Html Css Color HEX #C52EE7 Medium Orchid

📋 copy color: '#C52EE7'

red 197 ◦ green 46 ◦ blue 231

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

Shades of Medium Orchid #C52EE7

Tints of Medium Orchid #C52EE7

RGB

 RED value IS 197 (77.34% from 255) = 41.56%

 GREEN value IS 46 (18.36% from 255) = 9.7%

 BLUE value IS 231 (90.63% from 255) = 48.73%

R = 41.56%
G = 9.7%
B = 48.73%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C52EE7 (or 0xC52EE7) is known color: Medium Orchid. HEX triplet: C5, 2E and E7. RGB value is (197,46,231). Sum of RGB (Red+Green+Blue) = 197+46+231=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 231 - color contains mainly: blue. Hex color #C52EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52EE7 is #3AD118. Grayscale: #6F6F6F. Windows color (decimal): -3854617 or 15150789. OLE color: 15150789.

HSL color Cylindrical-coordinate representation of color #C52EE7: hue angle of 288.97º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52EE7 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 46 231 -
CMYK 0.15 0.80 0 0.09
HSL 288.97º 0.79% 0.54% -
HSV(B) 288.97º 0.8% 0.91% -
XYZ 38.43 19.59 77.36 -
YUV 112.24 195.03 188.46 -
System Red Green Blue C M Y K H S L
Decimal 197 46 231 0.15 0.80 0 0.09 288.97 0.79 0.54
Hex C5 2E E7 F 50 0 9 121 4F 36
Octal 305 56 347 17 120 0 11 441 117 66
Binary 11000101 101110 11100111 1111 1010000 0 1001 100100001 1001111 110110

Color Harmonies of #C52EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52EE7

Black with #C52EE7

Text Example


Text Example

White with #C52EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52EE7; }

 p { color: rgb(197,46,231); }

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

background-color css

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

 a { background-color: rgb(197,46,231); }

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

border-color css

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

 span { border-color: rgb(197,46,231); }

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