Html Css Color HEX #C52CDB Medium Orchid

📋 copy color: '#C52CDB'

red 197 ◦ green 44 ◦ blue 219

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

Shades of Medium Orchid #C52CDB

Tints of Medium Orchid #C52CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.57%

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 42.83%
G = 9.57%
B = 47.61%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C52CDB (or 0xC52CDB) is known color: Medium Orchid. HEX triplet: C5, 2C and DB. RGB value is (197,44,219). Sum of RGB (Red+Green+Blue) = 197+44+219=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #C52CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52CDB is #3AD324. Grayscale: #6D6D6D. Windows color (decimal): -3855141 or 14363845. OLE color: 14363845.

HSL color Cylindrical-coordinate representation of color #C52CDB: hue angle of 292.46º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52CDB is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 44 219 -
CMYK 0.10 0.80 0 0.14
HSL 292.46º 0.71% 0.52% -
HSV(B) 292.46º 0.8% 0.86% -
XYZ 36.71 18.79 68.71 -
YUV 109.7 189.69 190.27 -
System Red Green Blue C M Y K H S L
Decimal 197 44 219 0.10 0.80 0 0.14 292.46 0.71 0.52
Hex C5 2C DB A 50 0 E 124 47 34
Octal 305 54 333 12 120 0 16 444 107 64
Binary 11000101 101100 11011011 1010 1010000 0 1110 100100100 1000111 110100

Color Harmonies of #C52CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52CDB

Black with #C52CDB

Text Example


Text Example

White with #C52CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52CDB; }

 p { color: rgb(197,44,219); }

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

background-color css

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

 a { background-color: rgb(197,44,219); }

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

border-color css

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

 span { border-color: rgb(197,44,219); }

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