Html Css Color HEX #CF52EB Medium Orchid

📋 copy color: '#CF52EB'

red 207 ◦ green 82 ◦ blue 235

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

Shades of Medium Orchid #CF52EB

Tints of Medium Orchid #CF52EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 39.5%
G = 15.65%
B = 44.85%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF52EB (or 0xCF52EB) is known color: Medium Orchid. HEX triplet: CF, 52 and EB. RGB value is (207,82,235). Sum of RGB (Red+Green+Blue) = 207+82+235=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF52EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF52EB is #30AD14. Grayscale: #888888. Windows color (decimal): -3190037 or 15422159. OLE color: 15422159.

HSL color Cylindrical-coordinate representation of color #CF52EB: hue angle of 289.02º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF52EB is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 82 235 -
CMYK 0.12 0.65 0 0.08
HSL 289.02º 0.79% 0.62% -
HSV(B) 289.02º 0.65% 0.92% -
XYZ 43.74 25.3 81.17 -
YUV 136.82 183.41 178.06 -
System Red Green Blue C M Y K H S L
Decimal 207 82 235 0.12 0.65 0 0.08 289.02 0.79 0.62
Hex CF 52 EB C 41 0 8 121 4F 3E
Octal 317 122 353 14 101 0 10 441 117 76
Binary 11001111 1010010 11101011 1100 1000001 0 1000 100100001 1001111 111110

Color Harmonies of #CF52EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF52EB

Black with #CF52EB

Text Example


Text Example

White with #CF52EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF52EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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