Html Css Color HEX #CF6ECF Orchid

📋 copy color: '#CF6ECF'

red 207 ◦ green 110 ◦ blue 207

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

Shades of Orchid #CF6ECF

Tints of Orchid #CF6ECF

RGB

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

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

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

R = 39.5%
G = 20.99%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF6ECF (or 0xCF6ECF) is known color: Orchid. HEX triplet: CF, 6E and CF. RGB value is (207,110,207). Sum of RGB (Red+Green+Blue) = 207+110+207=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF6ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ECF is #309130. Grayscale: #959595. Windows color (decimal): -3182897 or 13594319. OLE color: 13594319.

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

Color convert

RGB 207 110 207 -
CMYK 0 0.47 0 0.19
HSL 300º 0.5% 0.62% -
HSV(B) 300º 0.47% 0.81% -
XYZ 42.57 28.92 62.37 -
YUV 150.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 207 110 207 0 0.47 0 0.19 300 0.5 0.62
Hex CF 6E CF 0 2F 0 13 12C 32 3E
Octal 317 156 317 0 57 0 23 454 62 76
Binary 11001111 1101110 11001111 0 101111 0 10011 100101100 110010 111110

Color Harmonies of #CF6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6ECF

Black with #CF6ECF

Text Example


Text Example

White with #CF6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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