Html Css Color HEX #CF58ED Medium Orchid

📋 copy color: '#CF58ED'

red 207 ◦ green 88 ◦ blue 237

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

Shades of Medium Orchid #CF58ED

Tints of Medium Orchid #CF58ED

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.54%

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

R = 38.91%
G = 16.54%
B = 44.55%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF58ED (or 0xCF58ED) is known color: Medium Orchid. HEX triplet: CF, 58 and ED. RGB value is (207,88,237). Sum of RGB (Red+Green+Blue) = 207+88+237=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 88 (34.77% from 255 or 16.54% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF58ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF58ED is #30A712. Grayscale: #8C8C8C. Windows color (decimal): -3188499 or 15554767. OLE color: 15554767.

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

Color convert

RGB 207 88 237 -
CMYK 0.13 0.63 0 0.07
HSL 287.92º 0.81% 0.64% -
HSV(B) 287.92º 0.63% 0.93% -
XYZ 44.51 26.36 82.86 -
YUV 140.57 182.42 175.38 -
System Red Green Blue C M Y K H S L
Decimal 207 88 237 0.13 0.63 0 0.07 287.92 0.81 0.64
Hex CF 58 ED D 3F 0 7 120 51 40
Octal 317 130 355 15 77 0 7 440 121 100
Binary 11001111 1011000 11101101 1101 111111 0 111 100100000 1010001 1000000

Color Harmonies of #CF58ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF58ED

Black with #CF58ED

Text Example


Text Example

White with #CF58ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF58ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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