Html Css Color HEX #C03BDD Medium Orchid

📋 copy color: '#C03BDD'

red 192 ◦ green 59 ◦ blue 221

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

Shades of Medium Orchid #C03BDD

Tints of Medium Orchid #C03BDD

RGB

 RED value IS 192 (75.39% from 255) = 40.68%

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

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

R = 40.68%
G = 12.5%
B = 46.82%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C03BDD (or 0xC03BDD) is known color: Medium Orchid. HEX triplet: C0, 3B and DD. RGB value is (192,59,221). Sum of RGB (Red+Green+Blue) = 192+59+221=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #C03BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BDD is #3FC422. Grayscale: #747474. Windows color (decimal): -4178979 or 14498752. OLE color: 14498752.

HSL color Cylindrical-coordinate representation of color #C03BDD: hue angle of 289.26º 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 #C03BDD is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 59 221 -
CMYK 0.13 0.73 0 0.13
HSL 289.26º 0.7% 0.55% -
HSV(B) 289.26º 0.73% 0.87% -
XYZ 36.35 19.55 70.27 -
YUV 117.24 186.56 181.33 -
System Red Green Blue C M Y K H S L
Decimal 192 59 221 0.13 0.73 0 0.13 289.26 0.7 0.55
Hex C0 3B DD D 49 0 D 121 46 37
Octal 300 73 335 15 111 0 15 441 106 67
Binary 11000000 111011 11011101 1101 1001001 0 1101 100100001 1000110 110111

Color Harmonies of #C03BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BDD

Black with #C03BDD

Text Example


Text Example

White with #C03BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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