Html Css Color HEX #C33AE8 Medium Orchid

📋 copy color: '#C33AE8'

red 195 ◦ green 58 ◦ blue 232

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

Shades of Medium Orchid #C33AE8

Tints of Medium Orchid #C33AE8

RGB

 RED value IS 195 (76.56% from 255) = 40.21%

 GREEN value IS 58 (23.05% from 255) = 11.96%

 BLUE value IS 232 (91.02% from 255) = 47.84%

R = 40.21%
G = 11.96%
B = 47.84%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C33AE8 (or 0xC33AE8) is known color: Medium Orchid. HEX triplet: C3, 3A and E8. RGB value is (195,58,232). Sum of RGB (Red+Green+Blue) = 195+58+232=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #C33AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33AE8 is #3CC517. Grayscale: #767676. Windows color (decimal): -3982616 or 15219395. OLE color: 15219395.

HSL color Cylindrical-coordinate representation of color #C33AE8: hue angle of 287.24º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33AE8 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 58 232 -
CMYK 0.16 0.75 0 0.09
HSL 287.24º 0.79% 0.57% -
HSV(B) 287.24º 0.75% 0.91% -
XYZ 38.58 20.45 78.26 -
YUV 118.8 191.89 182.35 -
System Red Green Blue C M Y K H S L
Decimal 195 58 232 0.16 0.75 0 0.09 287.24 0.79 0.57
Hex C3 3A E8 10 4B 0 9 11F 4F 39
Octal 303 72 350 20 113 0 11 437 117 71
Binary 11000011 111010 11101000 10000 1001011 0 1001 100011111 1001111 111001

Color Harmonies of #C33AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33AE8

Black with #C33AE8

Text Example


Text Example

White with #C33AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33AE8; }

 p { color: rgb(195,58,232); }

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

background-color css

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

 a { background-color: rgb(195,58,232); }

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

border-color css

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

 span { border-color: rgb(195,58,232); }

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