Html Css Color HEX #CF6EC9 Orchid

📋 copy color: '#CF6EC9'

red 207 ◦ green 110 ◦ blue 201

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

Shades of Orchid #CF6EC9

Tints of Orchid #CF6EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.8%

R = 39.96%
G = 21.24%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF6EC9 (or 0xCF6EC9) is known color: Orchid. HEX triplet: CF, 6E and C9. RGB value is (207,110,201). Sum of RGB (Red+Green+Blue) = 207+110+201=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EC9 is #309136. Grayscale: #959595. Windows color (decimal): -3182903 or 13201103. OLE color: 13201103.

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

Color convert

RGB 207 110 201 -
CMYK 0 0.47 0.03 0.19
HSL 303.71º 0.5% 0.62% -
HSV(B) 303.71º 0.47% 0.81% -
XYZ 41.85 28.63 58.58 -
YUV 149.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 207 110 201 0 0.47 0.03 0.19 303.71 0.5 0.62
Hex CF 6E C9 0 2F 3 13 130 32 3E
Octal 317 156 311 0 57 3 23 460 62 76
Binary 11001111 1101110 11001001 0 101111 11 10011 100110000 110010 111110

Color Harmonies of #CF6EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EC9

Black with #CF6EC9

Text Example


Text Example

White with #CF6EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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