Html Css Color HEX #CF59EC Medium Orchid

📋 copy color: '#CF59EC'

red 207 ◦ green 89 ◦ blue 236

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

Shades of Medium Orchid #CF59EC

Tints of Medium Orchid #CF59EC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.73%

 BLUE value IS 236 (92.58% from 255) = 44.36%

R = 38.91%
G = 16.73%
B = 44.36%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF59EC (or 0xCF59EC) is known color: Medium Orchid. HEX triplet: CF, 59 and EC. RGB value is (207,89,236). Sum of RGB (Red+Green+Blue) = 207+89+236=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF59EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF59EC is #30A613. Grayscale: #8C8C8C. Windows color (decimal): -3188244 or 15489487. OLE color: 15489487.

HSL color Cylindrical-coordinate representation of color #CF59EC: hue angle of 288.16º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF59EC is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 89 236 -
CMYK 0.12 0.62 0 0.07
HSL 288.16º 0.79% 0.64% -
HSV(B) 288.16º 0.62% 0.93% -
XYZ 44.44 26.47 82.12 -
YUV 141.04 181.59 175.05 -
System Red Green Blue C M Y K H S L
Decimal 207 89 236 0.12 0.62 0 0.07 288.16 0.79 0.64
Hex CF 59 EC C 3E 0 7 120 4F 40
Octal 317 131 354 14 76 0 7 440 117 100
Binary 11001111 1011001 11101100 1100 111110 0 111 100100000 1001111 1000000

Color Harmonies of #CF59EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59EC

Black with #CF59EC

Text Example


Text Example

White with #CF59EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59EC; }

 p { color: rgb(207,89,236); }

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

background-color css

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

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

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

border-color css

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

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

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