Html Css Color HEX #C533EF Medium Orchid

📋 copy color: '#C533EF'

red 197 ◦ green 51 ◦ blue 239

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

Shades of Medium Orchid #C533EF

Tints of Medium Orchid #C533EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 40.45%
G = 10.47%
B = 49.08%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C533EF (or 0xC533EF) is known color: Medium Orchid. HEX triplet: C5, 33 and EF. RGB value is (197,51,239). Sum of RGB (Red+Green+Blue) = 197+51+239=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 51 (20.31% from 255 or 10.47% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #C533EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C533EF is #3ACC10. Grayscale: #737373. Windows color (decimal): -3853329 or 15676357. OLE color: 15676357.

HSL color Cylindrical-coordinate representation of color #C533EF: hue angle of 286.6º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C533EF is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 51 239 -
CMYK 0.18 0.79 0 0.06
HSL 286.6º 0.85% 0.57% -
HSV(B) 286.6º 0.79% 0.94% -
XYZ 39.79 20.47 83.52 -
YUV 116.09 197.37 185.71 -
System Red Green Blue C M Y K H S L
Decimal 197 51 239 0.18 0.79 0 0.06 286.6 0.85 0.57
Hex C5 33 EF 12 4F 0 6 11F 55 39
Octal 305 63 357 22 117 0 6 437 125 71
Binary 11000101 110011 11101111 10010 1001111 0 110 100011111 1010101 111001

Color Harmonies of #C533EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C533EF

Black with #C533EF

Text Example


Text Example

White with #C533EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C533EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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