Html Css Color HEX #CC6DDC Orchid

📋 copy color: '#CC6DDC'

red 204 ◦ green 109 ◦ blue 220

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

Shades of Orchid #CC6DDC

Tints of Orchid #CC6DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 38.27%
G = 20.45%
B = 41.28%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC6DDC (or 0xCC6DDC) is known color: Orchid. HEX triplet: CC, 6D and DC. RGB value is (204,109,220). Sum of RGB (Red+Green+Blue) = 204+109+220=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC6DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DDC is #339223. Grayscale: #959595. Windows color (decimal): -3379748 or 14446028. OLE color: 14446028.

HSL color Cylindrical-coordinate representation of color #CC6DDC: hue angle of 291.35º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6DDC is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 109 220 -
CMYK 0.07 0.50 0 0.14
HSL 291.35º 0.61% 0.65% -
HSV(B) 291.35º 0.5% 0.86% -
XYZ 43.29 28.94 71.01 -
YUV 150.06 167.47 166.47 -
System Red Green Blue C M Y K H S L
Decimal 204 109 220 0.07 0.50 0 0.14 291.35 0.61 0.65
Hex CC 6D DC 7 32 0 E 123 3D 41
Octal 314 155 334 7 62 0 16 443 75 101
Binary 11001100 1101101 11011100 111 110010 0 1110 100100011 111101 1000001

Color Harmonies of #CC6DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6DDC

Black with #CC6DDC

Text Example


Text Example

White with #CC6DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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