Html Css Color HEX #C33EDD Medium Orchid

📋 copy color: '#C33EDD'

red 195 ◦ green 62 ◦ blue 221

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

Shades of Medium Orchid #C33EDD

Tints of Medium Orchid #C33EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.97%

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 40.79%
G = 12.97%
B = 46.23%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C33EDD (or 0xC33EDD) is known color: Medium Orchid. HEX triplet: C3, 3E and DD. RGB value is (195,62,221). Sum of RGB (Red+Green+Blue) = 195+62+221=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #C33EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33EDD is #3CC122. Grayscale: #777777. Windows color (decimal): -3981603 or 14499523. OLE color: 14499523.

HSL color Cylindrical-coordinate representation of color #C33EDD: hue angle of 290.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33EDD is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 62 221 -
CMYK 0.12 0.72 0 0.13
HSL 290.19º 0.7% 0.55% -
HSV(B) 290.19º 0.72% 0.87% -
XYZ 37.28 20.27 70.35 -
YUV 119.89 185.06 181.57 -
System Red Green Blue C M Y K H S L
Decimal 195 62 221 0.12 0.72 0 0.13 290.19 0.7 0.55
Hex C3 3E DD C 48 0 D 122 46 37
Octal 303 76 335 14 110 0 15 442 106 67
Binary 11000011 111110 11011101 1100 1001000 0 1101 100100010 1000110 110111

Color Harmonies of #C33EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33EDD

Black with #C33EDD

Text Example


Text Example

White with #C33EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33EDD; }

 p { color: rgb(195,62,221); }

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

background-color css

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

 a { background-color: rgb(195,62,221); }

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

border-color css

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

 span { border-color: rgb(195,62,221); }

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