Html Css Color HEX #CC6DDD Orchid

📋 copy color: '#CC6DDD'

red 204 ◦ green 109 ◦ blue 221

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

Shades of Orchid #CC6DDD

Tints of Orchid #CC6DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 38.2%
G = 20.41%
B = 41.39%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC6DDD (or 0xCC6DDD) is known color: Orchid. HEX triplet: CC, 6D and DD. RGB value is (204,109,221). Sum of RGB (Red+Green+Blue) = 204+109+221=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DDD is #339222. Grayscale: #959595. Windows color (decimal): -3379747 or 14511564. OLE color: 14511564.

HSL color Cylindrical-coordinate representation of color #CC6DDD: hue angle of 290.89º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6DDD is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 109 221 -
CMYK 0.08 0.51 0 0.13
HSL 290.89º 0.62% 0.65% -
HSV(B) 290.89º 0.51% 0.87% -
XYZ 43.42 29 71.71 -
YUV 150.17 167.97 166.39 -
System Red Green Blue C M Y K H S L
Decimal 204 109 221 0.08 0.51 0 0.13 290.89 0.62 0.65
Hex CC 6D DD 8 33 0 D 123 3E 41
Octal 314 155 335 10 63 0 15 443 76 101
Binary 11001100 1101101 11011101 1000 110011 0 1101 100100011 111110 1000001

Color Harmonies of #CC6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6DDD

Black with #CC6DDD

Text Example


Text Example

White with #CC6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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