Html Css Color HEX #CF50ED Medium Orchid

📋 copy color: '#CF50ED'

red 207 ◦ green 80 ◦ blue 237

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

Shades of Medium Orchid #CF50ED

Tints of Medium Orchid #CF50ED

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.27%

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

R = 39.5%
G = 15.27%
B = 45.23%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF50ED (or 0xCF50ED) is known color: Medium Orchid. HEX triplet: CF, 50 and ED. RGB value is (207,80,237). Sum of RGB (Red+Green+Blue) = 207+80+237=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF50ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF50ED is #30AF12. Grayscale: #878787. Windows color (decimal): -3190547 or 15552719. OLE color: 15552719.

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

Color convert

RGB 207 80 237 -
CMYK 0.13 0.66 0 0.07
HSL 288.54º 0.81% 0.62% -
HSV(B) 288.54º 0.66% 0.93% -
XYZ 43.89 25.12 82.66 -
YUV 135.87 185.08 178.73 -
System Red Green Blue C M Y K H S L
Decimal 207 80 237 0.13 0.66 0 0.07 288.54 0.81 0.62
Hex CF 50 ED D 42 0 7 121 51 3E
Octal 317 120 355 15 102 0 7 441 121 76
Binary 11001111 1010000 11101101 1101 1000010 0 111 100100001 1010001 111110

Color Harmonies of #CF50ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF50ED

Black with #CF50ED

Text Example


Text Example

White with #CF50ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF50ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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