Html Css Color HEX #CC6DD9 Orchid

📋 copy color: '#CC6DD9'

red 204 ◦ green 109 ◦ blue 217

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

Shades of Orchid #CC6DD9

Tints of Orchid #CC6DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.94%

R = 38.49%
G = 20.57%
B = 40.94%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC6DD9 (or 0xCC6DD9) is known color: Orchid. HEX triplet: CC, 6D and D9. RGB value is (204,109,217). Sum of RGB (Red+Green+Blue) = 204+109+217=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC6DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DD9 is #339226. Grayscale: #959595. Windows color (decimal): -3379751 or 14249420. OLE color: 14249420.

HSL color Cylindrical-coordinate representation of color #CC6DD9: hue angle of 292.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6DD9 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 109 217 -
CMYK 0.06 0.50 0 0.15
HSL 292.78º 0.59% 0.64% -
HSV(B) 292.78º 0.5% 0.85% -
XYZ 42.89 28.78 68.94 -
YUV 149.72 165.97 166.72 -
System Red Green Blue C M Y K H S L
Decimal 204 109 217 0.06 0.50 0 0.15 292.78 0.59 0.64
Hex CC 6D D9 6 32 0 F 125 3B 40
Octal 314 155 331 6 62 0 17 445 73 100
Binary 11001100 1101101 11011001 110 110010 0 1111 100100101 111011 1000000

Color Harmonies of #CC6DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6DD9

Black with #CC6DD9

Text Example


Text Example

White with #CC6DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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