Html Css Color HEX #CC6DC9 Orchid

📋 copy color: '#CC6DC9'

red 204 ◦ green 109 ◦ blue 201

#CC6DC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CC6DC9

Tints of Orchid #CC6DC9

RGB

 RED value IS 204 (80.08% from 255) = 39.69%

 GREEN value IS 109 (42.97% from 255) = 21.21%

 BLUE value IS 201 (78.91% from 255) = 39.11%

R = 39.69%
G = 21.21%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC6DC9 (or 0xCC6DC9) is known color: Orchid. HEX triplet: CC, 6D and C9. RGB value is (204,109,201). Sum of RGB (Red+Green+Blue) = 204+109+201=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DC9 is #339236. Grayscale: #939393. Windows color (decimal): -3379767 or 13200844. OLE color: 13200844.

HSL color Cylindrical-coordinate representation of color #CC6DC9: hue angle of 301.89º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6DC9 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 109 201 -
CMYK 0 0.47 0.01 0.2
HSL 301.89º 0.48% 0.61% -
HSV(B) 301.89º 0.47% 0.8% -
XYZ 40.91 27.99 58.5 -
YUV 147.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 204 109 201 0 0.47 0.01 0.2 301.89 0.48 0.61
Hex CC 6D C9 0 2F 1 14 12E 30 3D
Octal 314 155 311 0 57 1 24 456 60 75
Binary 11001100 1101101 11001001 0 101111 1 10100 100101110 110000 111101

Color Harmonies of #CC6DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6DC9

Black with #CC6DC9

Text Example


Text Example

White with #CC6DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6DC9; }

 p { color: rgb(204,109,201); }

 H1.HeaderClassName
 {
   color: #CC6DC9;
 }
 .AnyTagClassName
 {
   color: #CC6DC9;
 }
</style>

background-color css

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

 a { background-color: rgb(204,109,201); }

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

border-color css

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

 span { border-color: rgb(204,109,201); }

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