Html Css Color HEX #CF6EC5 Orchid

📋 copy color: '#CF6EC5'

red 207 ◦ green 110 ◦ blue 197

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

Shades of Orchid #CF6EC5

Tints of Orchid #CF6EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.33%

R = 40.27%
G = 21.4%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF6EC5 (or 0xCF6EC5) is known color: Orchid. HEX triplet: CF, 6E and C5. RGB value is (207,110,197). Sum of RGB (Red+Green+Blue) = 207+110+197=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EC5 is #30913A. Grayscale: #949494. Windows color (decimal): -3182907 or 12938959. OLE color: 12938959.

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

Color convert

RGB 207 110 197 -
CMYK 0 0.47 0.05 0.19
HSL 306.19º 0.5% 0.62% -
HSV(B) 306.19º 0.47% 0.81% -
XYZ 41.39 28.45 56.13 -
YUV 148.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 207 110 197 0 0.47 0.05 0.19 306.19 0.5 0.62
Hex CF 6E C5 0 2F 5 13 132 32 3E
Octal 317 156 305 0 57 5 23 462 62 76
Binary 11001111 1101110 11000101 0 101111 101 10011 100110010 110010 111110

Color Harmonies of #CF6EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EC5

Black with #CF6EC5

Text Example


Text Example

White with #CF6EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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