Html Css Color HEX #CC6ECF Orchid

📋 copy color: '#CC6ECF'

red 204 ◦ green 110 ◦ blue 207

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

Shades of Orchid #CC6ECF

Tints of Orchid #CC6ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.73%

R = 39.16%
G = 21.11%
B = 39.73%

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

#CC6ECF (or 0xCC6ECF) is known color: Orchid. HEX triplet: CC, 6E and CF. RGB value is (204,110,207). Sum of RGB (Red+Green+Blue) = 204+110+207=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC6ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ECF is #339130. Grayscale: #949494. Windows color (decimal): -3379505 or 13594316. OLE color: 13594316.

HSL color Cylindrical-coordinate representation of color #CC6ECF: hue angle of 298.14º degrees, saturation: 0.5, 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 #CC6ECF is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 110 207 -
CMYK 0.01 0.47 0 0.19
HSL 298.14º 0.5% 0.62% -
HSV(B) 298.14º 0.47% 0.81% -
XYZ 41.74 28.49 62.33 -
YUV 149.16 160.64 167.11 -
System Red Green Blue C M Y K H S L
Decimal 204 110 207 0.01 0.47 0 0.19 298.14 0.5 0.62
Hex CC 6E CF 1 2F 0 13 12A 32 3E
Octal 314 156 317 1 57 0 23 452 62 76
Binary 11001100 1101110 11001111 1 101111 0 10011 100101010 110010 111110

Color Harmonies of #CC6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6ECF

Black with #CC6ECF

Text Example


Text Example

White with #CC6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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