Html Css Color HEX #C33BDD Medium Orchid

📋 copy color: '#C33BDD'

red 195 ◦ green 59 ◦ blue 221

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

Shades of Medium Orchid #C33BDD

Tints of Medium Orchid #C33BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.42%

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

R = 41.05%
G = 12.42%
B = 46.53%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C33BDD (or 0xC33BDD) is known color: Medium Orchid. HEX triplet: C3, 3B and DD. RGB value is (195,59,221). Sum of RGB (Red+Green+Blue) = 195+59+221=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #C33BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BDD is #3CC422. Grayscale: #757575. Windows color (decimal): -3982371 or 14498755. OLE color: 14498755.

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

Color convert

RGB 195 59 221 -
CMYK 0.12 0.73 0 0.13
HSL 290.37º 0.7% 0.55% -
HSV(B) 290.37º 0.73% 0.87% -
XYZ 37.12 19.95 70.3 -
YUV 118.13 186.06 182.83 -
System Red Green Blue C M Y K H S L
Decimal 195 59 221 0.12 0.73 0 0.13 290.37 0.7 0.55
Hex C3 3B DD C 49 0 D 122 46 37
Octal 303 73 335 14 111 0 15 442 106 67
Binary 11000011 111011 11011101 1100 1001001 0 1101 100100010 1000110 110111

Color Harmonies of #C33BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33BDD

Black with #C33BDD

Text Example


Text Example

White with #C33BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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