Html Css Color HEX #CC6ED1 Orchid

📋 copy color: '#CC6ED1'

red 204 ◦ green 110 ◦ blue 209

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

Shades of Orchid #CC6ED1

Tints of Orchid #CC6ED1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.03%

 BLUE value IS 209 (82.03% from 255) = 39.96%

R = 39.01%
G = 21.03%
B = 39.96%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC6ED1 (or 0xCC6ED1) is known color: Orchid. HEX triplet: CC, 6E and D1. RGB value is (204,110,209). Sum of RGB (Red+Green+Blue) = 204+110+209=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC6ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ED1 is #33912E. Grayscale: #959595. Windows color (decimal): -3379503 or 13725388. OLE color: 13725388.

HSL color Cylindrical-coordinate representation of color #CC6ED1: hue angle of 296.97º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6ED1 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 110 209 -
CMYK 0.02 0.47 0 0.18
HSL 296.97º 0.52% 0.63% -
HSV(B) 296.97º 0.47% 0.82% -
XYZ 41.99 28.59 63.63 -
YUV 149.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 204 110 209 0.02 0.47 0 0.18 296.97 0.52 0.63
Hex CC 6E D1 2 2F 0 12 129 34 3F
Octal 314 156 321 2 57 0 22 451 64 77
Binary 11001100 1101110 11010001 10 101111 0 10010 100101001 110100 111111

Color Harmonies of #CC6ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6ED1

Black with #CC6ED1

Text Example


Text Example

White with #CC6ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6ED1; }

 p { color: rgb(204,110,209); }

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

background-color css

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

 a { background-color: rgb(204,110,209); }

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

border-color css

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

 span { border-color: rgb(204,110,209); }

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