Html Css Color HEX #C533E6 Medium Orchid

📋 copy color: '#C533E6'

red 197 ◦ green 51 ◦ blue 230

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

Shades of Medium Orchid #C533E6

Tints of Medium Orchid #C533E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.12%

R = 41.21%
G = 10.67%
B = 48.12%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C533E6 (or 0xC533E6) is known color: Medium Orchid. HEX triplet: C5, 33 and E6. RGB value is (197,51,230). Sum of RGB (Red+Green+Blue) = 197+51+230=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 51 (20.31% from 255 or 10.67% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 230 - color contains mainly: blue. Hex color #C533E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C533E6 is #3ACC19. Grayscale: #727272. Windows color (decimal): -3853338 or 15086533. OLE color: 15086533.

HSL color Cylindrical-coordinate representation of color #C533E6: hue angle of 288.94º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C533E6 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 51 230 -
CMYK 0.14 0.78 0 0.10
HSL 288.94º 0.78% 0.55% -
HSV(B) 288.94º 0.78% 0.9% -
XYZ 38.49 19.95 76.69 -
YUV 115.06 192.87 186.45 -
System Red Green Blue C M Y K H S L
Decimal 197 51 230 0.14 0.78 0 0.10 288.94 0.78 0.55
Hex C5 33 E6 E 4E 0 A 121 4E 37
Octal 305 63 346 16 116 0 12 441 116 67
Binary 11000101 110011 11100110 1110 1001110 0 1010 100100001 1001110 110111

Color Harmonies of #C533E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C533E6

Black with #C533E6

Text Example


Text Example

White with #C533E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C533E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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