Html Css Color HEX #CF6ECE Orchid

📋 copy color: '#CF6ECE'

red 207 ◦ green 110 ◦ blue 206

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

Shades of Orchid #CF6ECE

Tints of Orchid #CF6ECE

RGB

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

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

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

R = 39.58%
G = 21.03%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF6ECE (or 0xCF6ECE) is known color: Orchid. HEX triplet: CF, 6E and CE. RGB value is (207,110,206). Sum of RGB (Red+Green+Blue) = 207+110+206=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ECE is #309131. Grayscale: #959595. Windows color (decimal): -3182898 or 13528783. OLE color: 13528783.

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

Color convert

RGB 207 110 206 -
CMYK 0 0.47 0.00 0.19
HSL 300.62º 0.5% 0.62% -
HSV(B) 300.62º 0.47% 0.81% -
XYZ 42.45 28.87 61.73 -
YUV 149.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 207 110 206 0 0.47 0.00 0.19 300.62 0.5 0.62
Hex CF 6E CE 0 2F 0 13 12D 32 3E
Octal 317 156 316 0 57 0 23 455 62 76
Binary 11001111 1101110 11001110 0 101111 0 10011 100101101 110010 111110

Color Harmonies of #CF6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6ECE

Black with #CF6ECE

Text Example


Text Example

White with #CF6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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