Html Css Color HEX #CC6FCE Orchid

📋 copy color: '#CC6FCE'

red 204 ◦ green 111 ◦ blue 206

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

Shades of Orchid #CC6FCE

Tints of Orchid #CC6FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.31%

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

R = 39.16%
G = 21.31%
B = 39.54%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC6FCE (or 0xCC6FCE) is known color: Orchid. HEX triplet: CC, 6F and CE. RGB value is (204,111,206). Sum of RGB (Red+Green+Blue) = 204+111+206=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC6FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FCE is #339031. Grayscale: #959595. Windows color (decimal): -3379250 or 13529036. OLE color: 13529036.

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

Color convert

RGB 204 111 206 -
CMYK 0.01 0.46 0 0.19
HSL 298.74º 0.49% 0.62% -
HSV(B) 298.74º 0.46% 0.81% -
XYZ 41.73 28.66 61.73 -
YUV 149.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 204 111 206 0.01 0.46 0 0.19 298.74 0.49 0.62
Hex CC 6F CE 1 2E 0 13 12B 31 3E
Octal 314 157 316 1 56 0 23 453 61 76
Binary 11001100 1101111 11001110 1 101110 0 10011 100101011 110001 111110

Color Harmonies of #CC6FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FCE

Black with #CC6FCE

Text Example


Text Example

White with #CC6FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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