Html Css Color HEX #CF6EBF Orchid

📋 copy color: '#CF6EBF'

red 207 ◦ green 110 ◦ blue 191

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

Shades of Orchid #CF6EBF

Tints of Orchid #CF6EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.6%

R = 40.75%
G = 21.65%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF6EBF (or 0xCF6EBF) is known color: Orchid. HEX triplet: CF, 6E and BF. RGB value is (207,110,191). Sum of RGB (Red+Green+Blue) = 207+110+191=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EBF is #309140. Grayscale: #949494. Windows color (decimal): -3182913 or 12545743. OLE color: 12545743.

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

Color convert

RGB 207 110 191 -
CMYK 0 0.47 0.08 0.19
HSL 309.9º 0.5% 0.62% -
HSV(B) 309.9º 0.47% 0.81% -
XYZ 40.71 28.18 52.58 -
YUV 148.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 207 110 191 0 0.47 0.08 0.19 309.9 0.5 0.62
Hex CF 6E BF 0 2F 8 13 136 32 3E
Octal 317 156 277 0 57 10 23 466 62 76
Binary 11001111 1101110 10111111 0 101111 1000 10011 100110110 110010 111110

Color Harmonies of #CF6EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EBF

Black with #CF6EBF

Text Example


Text Example

White with #CF6EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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