Html Css Color HEX #CF56EB Medium Orchid

📋 copy color: '#CF56EB'

red 207 ◦ green 86 ◦ blue 235

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

Shades of Medium Orchid #CF56EB

Tints of Medium Orchid #CF56EB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.29%

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

R = 39.2%
G = 16.29%
B = 44.51%

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

#CF56EB (or 0xCF56EB) is known color: Medium Orchid. HEX triplet: CF, 56 and EB. RGB value is (207,86,235). Sum of RGB (Red+Green+Blue) = 207+86+235=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 86 (33.98% from 255 or 16.29% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF56EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF56EB is #30A914. Grayscale: #8A8A8A. Windows color (decimal): -3189013 or 15423183. OLE color: 15423183.

HSL color Cylindrical-coordinate representation of color #CF56EB: hue angle of 288.72º 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 #CF56EB is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 86 235 -
CMYK 0.12 0.63 0 0.08
HSL 288.72º 0.79% 0.63% -
HSV(B) 288.72º 0.63% 0.92% -
XYZ 44.06 25.92 81.28 -
YUV 139.17 182.09 176.38 -
System Red Green Blue C M Y K H S L
Decimal 207 86 235 0.12 0.63 0 0.08 288.72 0.79 0.63
Hex CF 56 EB C 3F 0 8 121 4F 3F
Octal 317 126 353 14 77 0 10 441 117 77
Binary 11001111 1010110 11101011 1100 111111 0 1000 100100001 1001111 111111

Color Harmonies of #CF56EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF56EB

Black with #CF56EB

Text Example


Text Example

White with #CF56EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF56EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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