#CC83CF

Color #CC83CF Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CC83CF

Tints of Orchid #CC83CF

Color information

#CC83CF (or 0xCC83CF) is unknown color: approx Orchid. HEX triplet: CC, 83 and CF. RGB value is (204,131,207). Sum of RGB (Red+Green+Blue) = 204+131+207=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC83CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83CF is #337C30. Grayscale: #A1A1A1. Windows color (decimal): -3374129 or 13599692. OLE color: 13599692.

HSL color Cylindrical-coordinate representation of color #CC83CF: hue angle of 297.63º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC83CF is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204131207-
CMYK0.010.3700.19
HSL297.63º44.19%66.27%-
HSV(B)297.63º36.71%81.18%-
XYZ44.2833.5763.18-
YUV161.49153.68158.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 131 (51.56% from 255) = 24.17%
BLUE value IS 207 (81.25% from 255) = 38.19%
R=37.64%
G=24.17%
B=38.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041312070.010.3700.19297.6344.1966.27
HexCC83CF12501312a2c42
Octal31420331714502345254102
Binary11001100100000111100111111001010100111001010101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC83CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC83CF; }

 p { color: rgb(204,131,207); }

 H1.HeaderClassName
 {
   color: #CC83CF;
 }
 .AnyTagClassName
 {
   color: #CC83CF;
 }
</style>
background-color css

<style>
 a { background-color: #CC83CF; }

 a { background-color: rgb(204,131,207); }

 div.DivClassName
 {
   background-color: #CC83CF;
 }
 .BgClassName
 {
   background-color: #CC83CF;
 }
</style>
border-color css

<style>
 span { border-color: #CC83CF; }

 span { border-color: rgb(204,131,207); }

 td.TdClassName
 {
   border-color: #CC83CF;
 }
 .TagClassName
 {
   border-color: #CC83CF;
 }
</style>