Html Css Color HEX #C33DDA Medium Orchid

📋 copy color: '#C33DDA'

red 195 ◦ green 61 ◦ blue 218

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

Shades of Medium Orchid #C33DDA

Tints of Medium Orchid #C33DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 41.14%
G = 12.87%
B = 45.99%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C33DDA (or 0xC33DDA) is known color: Medium Orchid. HEX triplet: C3, 3D and DA. RGB value is (195,61,218). Sum of RGB (Red+Green+Blue) = 195+61+218=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #C33DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33DDA is #3CC225. Grayscale: #767676. Windows color (decimal): -3981862 or 14302659. OLE color: 14302659.

HSL color Cylindrical-coordinate representation of color #C33DDA: hue angle of 291.21º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33DDA is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 61 218 -
CMYK 0.11 0.72 0 0.15
HSL 291.21º 0.68% 0.55% -
HSV(B) 291.21º 0.72% 0.85% -
XYZ 36.83 20 68.25 -
YUV 118.96 183.89 182.23 -
System Red Green Blue C M Y K H S L
Decimal 195 61 218 0.11 0.72 0 0.15 291.21 0.68 0.55
Hex C3 3D DA B 48 0 F 123 44 37
Octal 303 75 332 13 110 0 17 443 104 67
Binary 11000011 111101 11011010 1011 1001000 0 1111 100100011 1000100 110111

Color Harmonies of #C33DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33DDA

Black with #C33DDA

Text Example


Text Example

White with #C33DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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