Html Css Color HEX #CF52EA Medium Orchid

📋 copy color: '#CF52EA'

red 207 ◦ green 82 ◦ blue 234

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

Shades of Medium Orchid #CF52EA

Tints of Medium Orchid #CF52EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.74%

R = 39.58%
G = 15.68%
B = 44.74%

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

#CF52EA (or 0xCF52EA) is known color: Medium Orchid. HEX triplet: CF, 52 and EA. RGB value is (207,82,234). Sum of RGB (Red+Green+Blue) = 207+82+234=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF52EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF52EA is #30AD15. Grayscale: #888888. Windows color (decimal): -3190038 or 15356623. OLE color: 15356623.

HSL color Cylindrical-coordinate representation of color #CF52EA: hue angle of 289.34º degrees, saturation: 0.78, 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 #CF52EA is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 82 234 -
CMYK 0.12 0.65 0 0.08
HSL 289.34º 0.78% 0.62% -
HSV(B) 289.34º 0.65% 0.92% -
XYZ 43.6 25.24 80.42 -
YUV 136.7 182.91 178.14 -
System Red Green Blue C M Y K H S L
Decimal 207 82 234 0.12 0.65 0 0.08 289.34 0.78 0.62
Hex CF 52 EA C 41 0 8 121 4E 3E
Octal 317 122 352 14 101 0 10 441 116 76
Binary 11001111 1010010 11101010 1100 1000001 0 1000 100100001 1001110 111110

Color Harmonies of #CF52EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF52EA

Black with #CF52EA

Text Example


Text Example

White with #CF52EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF52EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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