Html Css Color HEX #C33AEB Medium Orchid

📋 copy color: '#C33AEB'

red 195 ◦ green 58 ◦ blue 235

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

Shades of Medium Orchid #C33AEB

Tints of Medium Orchid #C33AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.16%

R = 39.96%
G = 11.89%
B = 48.16%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C33AEB (or 0xC33AEB) is known color: Medium Orchid. HEX triplet: C3, 3A and EB. RGB value is (195,58,235). Sum of RGB (Red+Green+Blue) = 195+58+235=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #C33AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33AEB is #3CC514. Grayscale: #767676. Windows color (decimal): -3982613 or 15416003. OLE color: 15416003.

HSL color Cylindrical-coordinate representation of color #C33AEB: hue angle of 286.44º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33AEB is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 58 235 -
CMYK 0.17 0.75 0 0.08
HSL 286.44º 0.82% 0.57% -
HSV(B) 286.44º 0.75% 0.92% -
XYZ 39.01 20.63 80.52 -
YUV 119.14 193.39 182.11 -
System Red Green Blue C M Y K H S L
Decimal 195 58 235 0.17 0.75 0 0.08 286.44 0.82 0.57
Hex C3 3A EB 11 4B 0 8 11E 52 39
Octal 303 72 353 21 113 0 10 436 122 71
Binary 11000011 111010 11101011 10001 1001011 0 1000 100011110 1010010 111001

Color Harmonies of #C33AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33AEB

Black with #C33AEB

Text Example


Text Example

White with #C33AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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