Html Css Color HEX #CF57EB Medium Orchid

📋 copy color: '#CF57EB'

red 207 ◦ green 87 ◦ blue 235

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

Shades of Medium Orchid #CF57EB

Tints of Medium Orchid #CF57EB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.45%

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

R = 39.13%
G = 16.45%
B = 44.42%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF57EB (or 0xCF57EB) is known color: Medium Orchid. HEX triplet: CF, 57 and EB. RGB value is (207,87,235). Sum of RGB (Red+Green+Blue) = 207+87+235=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF57EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF57EB is #30A814. Grayscale: #8B8B8B. Windows color (decimal): -3188757 or 15423439. OLE color: 15423439.

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

Color convert

RGB 207 87 235 -
CMYK 0.12 0.63 0 0.08
HSL 288.65º 0.79% 0.63% -
HSV(B) 288.65º 0.63% 0.92% -
XYZ 44.14 26.08 81.3 -
YUV 139.75 181.76 175.97 -
System Red Green Blue C M Y K H S L
Decimal 207 87 235 0.12 0.63 0 0.08 288.65 0.79 0.63
Hex CF 57 EB C 3F 0 8 121 4F 3F
Octal 317 127 353 14 77 0 10 441 117 77
Binary 11001111 1010111 11101011 1100 111111 0 1000 100100001 1001111 111111

Color Harmonies of #CF57EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF57EB

Black with #CF57EB

Text Example


Text Example

White with #CF57EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF57EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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