Html Css Color HEX #CF6ECC Orchid

📋 copy color: '#CF6ECC'

red 207 ◦ green 110 ◦ blue 204

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

Shades of Orchid #CF6ECC

Tints of Orchid #CF6ECC

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 207 110 204 -
CMYK 0 0.47 0.01 0.19
HSL 301.86º 0.5% 0.62% -
HSV(B) 301.86º 0.47% 0.81% -
XYZ 42.21 28.78 60.46 -
YUV 149.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 207 110 204 0 0.47 0.01 0.19 301.86 0.5 0.62
Hex CF 6E CC 0 2F 1 13 12E 32 3E
Octal 317 156 314 0 57 1 23 456 62 76
Binary 11001111 1101110 11001100 0 101111 1 10011 100101110 110010 111110

Color Harmonies of #CF6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6ECC

Black with #CF6ECC

Text Example


Text Example

White with #CF6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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