Html Css Color HEX #C533D2 Medium Orchid

📋 copy color: '#C533D2'

red 197 ◦ green 51 ◦ blue 210

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

Shades of Medium Orchid #C533D2

Tints of Medium Orchid #C533D2

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.14%

 BLUE value IS 210 (82.42% from 255) = 45.85%

R = 43.01%
G = 11.14%
B = 45.85%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C533D2 (or 0xC533D2) is known color: Medium Orchid. HEX triplet: C5, 33 and D2. RGB value is (197,51,210). Sum of RGB (Red+Green+Blue) = 197+51+210=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 210 - color contains mainly: blue. Hex color #C533D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533D2 is #3ACC2D. Grayscale: #707070. Windows color (decimal): -3853358 or 13775813. OLE color: 13775813.

HSL color Cylindrical-coordinate representation of color #C533D2: hue angle of 295.09º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C533D2 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 51 210 -
CMYK 0.06 0.76 0 0.18
HSL 295.09º 0.64% 0.51% -
HSV(B) 295.09º 0.76% 0.82% -
XYZ 35.84 18.89 62.73 -
YUV 112.78 182.87 188.07 -
System Red Green Blue C M Y K H S L
Decimal 197 51 210 0.06 0.76 0 0.18 295.09 0.64 0.51
Hex C5 33 D2 6 4C 0 12 127 40 33
Octal 305 63 322 6 114 0 22 447 100 63
Binary 11000101 110011 11010010 110 1001100 0 10010 100100111 1000000 110011

Color Harmonies of #C533D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C533D2

Black with #C533D2

Text Example


Text Example

White with #C533D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C533D2; }

 p { color: rgb(197,51,210); }

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

background-color css

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

 a { background-color: rgb(197,51,210); }

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

border-color css

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

 span { border-color: rgb(197,51,210); }

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