Html Css Color HEX #CF58EF Medium Orchid

📋 copy color: '#CF58EF'

red 207 ◦ green 88 ◦ blue 239

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

Shades of Medium Orchid #CF58EF

Tints of Medium Orchid #CF58EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.76%

R = 38.76%
G = 16.48%
B = 44.76%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF58EF (or 0xCF58EF) is known color: Medium Orchid. HEX triplet: CF, 58 and EF. RGB value is (207,88,239). Sum of RGB (Red+Green+Blue) = 207+88+239=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 88 (34.77% from 255 or 16.48% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF58EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF58EF is #30A710. Grayscale: #8C8C8C. Windows color (decimal): -3188497 or 15685839. OLE color: 15685839.

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

Color convert

RGB 207 88 239 -
CMYK 0.13 0.63 0 0.06
HSL 287.28º 0.83% 0.64% -
HSV(B) 287.28º 0.63% 0.94% -
XYZ 44.8 26.48 84.41 -
YUV 140.8 183.42 175.22 -
System Red Green Blue C M Y K H S L
Decimal 207 88 239 0.13 0.63 0 0.06 287.28 0.83 0.64
Hex CF 58 EF D 3F 0 6 11F 53 40
Octal 317 130 357 15 77 0 6 437 123 100
Binary 11001111 1011000 11101111 1101 111111 0 110 100011111 1010011 1000000

Color Harmonies of #CF58EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF58EF

Black with #CF58EF

Text Example


Text Example

White with #CF58EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF58EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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