Html Css Color HEX #CF52EF Medium Orchid

📋 copy color: '#CF52EF'

red 207 ◦ green 82 ◦ blue 239

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

Shades of Medium Orchid #CF52EF

Tints of Medium Orchid #CF52EF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.53%

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

R = 39.2%
G = 15.53%
B = 45.27%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF52EF (or 0xCF52EF) is known color: Medium Orchid. HEX triplet: CF, 52 and EF. RGB value is (207,82,239). Sum of RGB (Red+Green+Blue) = 207+82+239=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 82 (32.42% from 255 or 15.53% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF52EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF52EF is #30AD10. Grayscale: #888888. Windows color (decimal): -3190033 or 15684303. OLE color: 15684303.

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

Color convert

RGB 207 82 239 -
CMYK 0.13 0.66 0 0.06
HSL 287.77º 0.83% 0.63% -
HSV(B) 287.77º 0.66% 0.94% -
XYZ 44.33 25.53 84.25 -
YUV 137.27 185.41 177.73 -
System Red Green Blue C M Y K H S L
Decimal 207 82 239 0.13 0.66 0 0.06 287.77 0.83 0.63
Hex CF 52 EF D 42 0 6 120 53 3F
Octal 317 122 357 15 102 0 6 440 123 77
Binary 11001111 1010010 11101111 1101 1000010 0 110 100100000 1010011 111111

Color Harmonies of #CF52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF52EF

Black with #CF52EF

Text Example


Text Example

White with #CF52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF52EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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