Html Css Color HEX #C52BDF Medium Orchid

📋 copy color: '#C52BDF'

red 197 ◦ green 43 ◦ blue 223

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

Shades of Medium Orchid #C52BDF

Tints of Medium Orchid #C52BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.29%

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 42.55%
G = 9.29%
B = 48.16%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C52BDF (or 0xC52BDF) is known color: Medium Orchid. HEX triplet: C5, 2B and DF. RGB value is (197,43,223). Sum of RGB (Red+Green+Blue) = 197+43+223=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #C52BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52BDF is #3AD420. Grayscale: #6D6D6D. Windows color (decimal): -3855393 or 14625733. OLE color: 14625733.

HSL color Cylindrical-coordinate representation of color #C52BDF: hue angle of 291.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52BDF is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 43 223 -
CMYK 0.12 0.81 0 0.13
HSL 291.33º 0.74% 0.52% -
HSV(B) 291.33º 0.81% 0.87% -
XYZ 37.21 18.93 71.5 -
YUV 109.57 192.02 190.36 -
System Red Green Blue C M Y K H S L
Decimal 197 43 223 0.12 0.81 0 0.13 291.33 0.74 0.52
Hex C5 2B DF C 51 0 D 123 4A 34
Octal 305 53 337 14 121 0 15 443 112 64
Binary 11000101 101011 11011111 1100 1010001 0 1101 100100011 1001010 110100

Color Harmonies of #C52BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52BDF

Black with #C52BDF

Text Example


Text Example

White with #C52BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52BDF; }

 p { color: rgb(197,43,223); }

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

background-color css

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

 a { background-color: rgb(197,43,223); }

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

border-color css

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

 span { border-color: rgb(197,43,223); }

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