Html Css Color HEX #CF56ED Medium Orchid

📋 copy color: '#CF56ED'

red 207 ◦ green 86 ◦ blue 237

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

Shades of Medium Orchid #CF56ED

Tints of Medium Orchid #CF56ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 39.06%
G = 16.23%
B = 44.72%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF56ED (or 0xCF56ED) is known color: Medium Orchid. HEX triplet: CF, 56 and ED. RGB value is (207,86,237). Sum of RGB (Red+Green+Blue) = 207+86+237=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 86 (33.98% from 255 or 16.23% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF56ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF56ED is #30A912. Grayscale: #8A8A8A. Windows color (decimal): -3189011 or 15554255. OLE color: 15554255.

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

Color convert

RGB 207 86 237 -
CMYK 0.13 0.64 0 0.07
HSL 288.08º 0.81% 0.63% -
HSV(B) 288.08º 0.64% 0.93% -
XYZ 44.35 26.04 82.81 -
YUV 139.39 183.09 176.22 -
System Red Green Blue C M Y K H S L
Decimal 207 86 237 0.13 0.64 0 0.07 288.08 0.81 0.63
Hex CF 56 ED D 40 0 7 120 51 3F
Octal 317 126 355 15 100 0 7 440 121 77
Binary 11001111 1010110 11101101 1101 1000000 0 111 100100000 1010001 111111

Color Harmonies of #CF56ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF56ED

Black with #CF56ED

Text Example


Text Example

White with #CF56ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF56ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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