Html Css Color HEX #CF59EB Medium Orchid

📋 copy color: '#CF59EB'

red 207 ◦ green 89 ◦ blue 235

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

Shades of Medium Orchid #CF59EB

Tints of Medium Orchid #CF59EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 38.98%
G = 16.76%
B = 44.26%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF59EB (or 0xCF59EB) is known color: Medium Orchid. HEX triplet: CF, 59 and EB. RGB value is (207,89,235). Sum of RGB (Red+Green+Blue) = 207+89+235=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 89 (35.16% from 255 or 16.76% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF59EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF59EB is #30A614. Grayscale: #8C8C8C. Windows color (decimal): -3188245 or 15423951. OLE color: 15423951.

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

Color convert

RGB 207 89 235 -
CMYK 0.12 0.62 0 0.08
HSL 288.49º 0.78% 0.64% -
HSV(B) 288.49º 0.62% 0.92% -
XYZ 44.3 26.41 81.36 -
YUV 140.93 181.09 175.13 -
System Red Green Blue C M Y K H S L
Decimal 207 89 235 0.12 0.62 0 0.08 288.49 0.78 0.64
Hex CF 59 EB C 3E 0 8 120 4E 40
Octal 317 131 353 14 76 0 10 440 116 100
Binary 11001111 1011001 11101011 1100 111110 0 1000 100100000 1001110 1000000

Color Harmonies of #CF59EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59EB

Black with #CF59EB

Text Example


Text Example

White with #CF59EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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