Html Css Color HEX #C532D3 Medium Orchid

📋 copy color: '#C532D3'

red 197 ◦ green 50 ◦ blue 211

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

Shades of Medium Orchid #C532D3

Tints of Medium Orchid #C532D3

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.92%

 BLUE value IS 211 (82.81% from 255) = 46.07%

R = 43.01%
G = 10.92%
B = 46.07%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C532D3 (or 0xC532D3) is known color: Medium Orchid. HEX triplet: C5, 32 and D3. RGB value is (197,50,211). Sum of RGB (Red+Green+Blue) = 197+50+211=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 211 - color contains mainly: blue. Hex color #C532D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532D3 is #3ACD2C. Grayscale: #6F6F6F. Windows color (decimal): -3853613 or 13841093. OLE color: 13841093.

HSL color Cylindrical-coordinate representation of color #C532D3: hue angle of 294.78º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C532D3 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 50 211 -
CMYK 0.07 0.76 0 0.17
HSL 294.78º 0.65% 0.51% -
HSV(B) 294.78º 0.76% 0.83% -
XYZ 35.92 18.85 63.37 -
YUV 112.31 183.7 188.41 -
System Red Green Blue C M Y K H S L
Decimal 197 50 211 0.07 0.76 0 0.17 294.78 0.65 0.51
Hex C5 32 D3 7 4C 0 11 127 41 33
Octal 305 62 323 7 114 0 21 447 101 63
Binary 11000101 110010 11010011 111 1001100 0 10001 100100111 1000001 110011

Color Harmonies of #C532D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C532D3

Black with #C532D3

Text Example


Text Example

White with #C532D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C532D3; }

 p { color: rgb(197,50,211); }

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

background-color css

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

 a { background-color: rgb(197,50,211); }

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

border-color css

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

 span { border-color: rgb(197,50,211); }

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