Html Css Color HEX #CC6ECE Orchid

📋 copy color: '#CC6ECE'

red 204 ◦ green 110 ◦ blue 206

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

Shades of Orchid #CC6ECE

Tints of Orchid #CC6ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 39.23%
G = 21.15%
B = 39.62%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC6ECE (or 0xCC6ECE) is known color: Orchid. HEX triplet: CC, 6E and CE. RGB value is (204,110,206). Sum of RGB (Red+Green+Blue) = 204+110+206=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC6ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ECE is #339131. Grayscale: #949494. Windows color (decimal): -3379506 or 13528780. OLE color: 13528780.

HSL color Cylindrical-coordinate representation of color #CC6ECE: hue angle of 298.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6ECE is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 110 206 -
CMYK 0.01 0.47 0 0.19
HSL 298.75º 0.49% 0.62% -
HSV(B) 298.75º 0.47% 0.81% -
XYZ 41.62 28.45 61.69 -
YUV 149.05 160.14 167.19 -
System Red Green Blue C M Y K H S L
Decimal 204 110 206 0.01 0.47 0 0.19 298.75 0.49 0.62
Hex CC 6E CE 1 2F 0 13 12B 31 3E
Octal 314 156 316 1 57 0 23 453 61 76
Binary 11001100 1101110 11001110 1 101111 0 10011 100101011 110001 111110

Color Harmonies of #CC6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6ECE

Black with #CC6ECE

Text Example


Text Example

White with #CC6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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