Html Css Color HEX #C33AFF Medium Orchid

📋 copy color: '#C33AFF'

red 195 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #C33AFF

Tints of Medium Orchid #C33AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.2%

R = 38.39%
G = 11.42%
B = 50.2%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C33AFF (or 0xC33AFF) is known color: Medium Orchid. HEX triplet: C3, 3A and FF. RGB value is (195,58,255). Sum of RGB (Red+Green+Blue) = 195+58+255=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 58 (23.05% from 255 or 11.42% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #C33AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33AFF is #3CC500. Grayscale: #787878. Windows color (decimal): -3982593 or 16726723. OLE color: 16726723.

HSL color Cylindrical-coordinate representation of color #C33AFF: hue angle of 281.73º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C33AFF is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 58 255 -
CMYK 0.24 0.77 0 0
HSL 281.73º 1% 0.61% -
HSV(B) 281.73º 0.77% 1% -
XYZ 42.07 21.85 96.61 -
YUV 121.42 203.39 180.48 -
System Red Green Blue C M Y K H S L
Decimal 195 58 255 0.24 0.77 0 0 281.73 1 0.61
Hex C3 3A FF 18 4D 0 0 11A 64 3D
Octal 303 72 377 30 115 0 0 432 144 75
Binary 11000011 111010 11111111 11000 1001101 0 0 100011010 1100100 111101

Color Harmonies of #C33AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33AFF

Black with #C33AFF

Text Example


Text Example

White with #C33AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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