Html Css Color HEX #C33CFF Medium Orchid

📋 copy color: '#C33CFF'

red 195 ◦ green 60 ◦ blue 255

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

Shades of Medium Orchid #C33CFF

Tints of Medium Orchid #C33CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.76%

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

R = 38.24%
G = 11.76%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C33CFF (or 0xC33CFF) is known color: Medium Orchid. HEX triplet: C3, 3C and FF. RGB value is (195,60,255). Sum of RGB (Red+Green+Blue) = 195+60+255=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 60 (23.83% from 255 or 11.76% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #C33CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33CFF is #3CC300. Grayscale: #797979. Windows color (decimal): -3982081 or 16727235. OLE color: 16727235.

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

Color convert

RGB 195 60 255 -
CMYK 0.24 0.76 0 0
HSL 281.54º 1% 0.62% -
HSV(B) 281.54º 0.76% 1% -
XYZ 42.17 22.05 96.64 -
YUV 122.6 202.73 179.64 -
System Red Green Blue C M Y K H S L
Decimal 195 60 255 0.24 0.76 0 0 281.54 1 0.62
Hex C3 3C FF 18 4C 0 0 11A 64 3E
Octal 303 74 377 30 114 0 0 432 144 76
Binary 11000011 111100 11111111 11000 1001100 0 0 100011010 1100100 111110

Color Harmonies of #C33CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33CFF

Black with #C33CFF

Text Example


Text Example

White with #C33CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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