Html Css Color HEX #CF6EC7 Orchid

📋 copy color: '#CF6EC7'

red 207 ◦ green 110 ◦ blue 199

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

Shades of Orchid #CF6EC7

Tints of Orchid #CF6EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.57%

R = 40.12%
G = 21.32%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF6EC7 (or 0xCF6EC7) is known color: Orchid. HEX triplet: CF, 6E and C7. RGB value is (207,110,199). Sum of RGB (Red+Green+Blue) = 207+110+199=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EC7 is #309138. Grayscale: #949494. Windows color (decimal): -3182905 or 13070031. OLE color: 13070031.

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

Color convert

RGB 207 110 199 -
CMYK 0 0.47 0.04 0.19
HSL 304.95º 0.5% 0.62% -
HSV(B) 304.95º 0.47% 0.81% -
XYZ 41.62 28.54 57.35 -
YUV 149.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 207 110 199 0 0.47 0.04 0.19 304.95 0.5 0.62
Hex CF 6E C7 0 2F 4 13 131 32 3E
Octal 317 156 307 0 57 4 23 461 62 76
Binary 11001111 1101110 11000111 0 101111 100 10011 100110001 110010 111110

Color Harmonies of #CF6EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EC7

Black with #CF6EC7

Text Example


Text Example

White with #CF6EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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