Html Css Color HEX #C33DD5 Medium Orchid

📋 copy color: '#C33DD5'

red 195 ◦ green 61 ◦ blue 213

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

Shades of Medium Orchid #C33DD5

Tints of Medium Orchid #C33DD5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.01%

 BLUE value IS 213 (83.59% from 255) = 45.42%

R = 41.58%
G = 13.01%
B = 45.42%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C33DD5 (or 0xC33DD5) is known color: Medium Orchid. HEX triplet: C3, 3D and D5. RGB value is (195,61,213). Sum of RGB (Red+Green+Blue) = 195+61+213=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #C33DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33DD5 is #3CC22A. Grayscale: #757575. Windows color (decimal): -3981867 or 13974979. OLE color: 13974979.

HSL color Cylindrical-coordinate representation of color #C33DD5: hue angle of 292.89º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33DD5 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 61 213 -
CMYK 0.08 0.71 0 0.16
HSL 292.89º 0.64% 0.54% -
HSV(B) 292.89º 0.71% 0.84% -
XYZ 36.18 19.74 64.85 -
YUV 118.39 181.39 182.64 -
System Red Green Blue C M Y K H S L
Decimal 195 61 213 0.08 0.71 0 0.16 292.89 0.64 0.54
Hex C3 3D D5 8 47 0 10 125 40 36
Octal 303 75 325 10 107 0 20 445 100 66
Binary 11000011 111101 11010101 1000 1000111 0 10000 100100101 1000000 110110

Color Harmonies of #C33DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33DD5

Black with #C33DD5

Text Example


Text Example

White with #C33DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33DD5; }

 p { color: rgb(195,61,213); }

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

background-color css

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

 a { background-color: rgb(195,61,213); }

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

border-color css

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

 span { border-color: rgb(195,61,213); }

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