Html Css Color HEX #C03BD5 Medium Orchid

📋 copy color: '#C03BD5'

red 192 ◦ green 59 ◦ blue 213

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

Shades of Medium Orchid #C03BD5

Tints of Medium Orchid #C03BD5

RGB

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

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

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

R = 41.38%
G = 12.72%
B = 45.91%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C03BD5 (or 0xC03BD5) is known color: Medium Orchid. HEX triplet: C0, 3B and D5. RGB value is (192,59,213). Sum of RGB (Red+Green+Blue) = 192+59+213=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #C03BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BD5 is #3FC42A. Grayscale: #737373. Windows color (decimal): -4178987 or 13974464. OLE color: 13974464.

HSL color Cylindrical-coordinate representation of color #C03BD5: hue angle of 291.82º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03BD5 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 59 213 -
CMYK 0.10 0.72 0 0.16
HSL 291.82º 0.65% 0.53% -
HSV(B) 291.82º 0.72% 0.84% -
XYZ 35.31 19.14 64.78 -
YUV 116.32 182.56 181.98 -
System Red Green Blue C M Y K H S L
Decimal 192 59 213 0.10 0.72 0 0.16 291.82 0.65 0.53
Hex C0 3B D5 A 48 0 10 124 41 35
Octal 300 73 325 12 110 0 20 444 101 65
Binary 11000000 111011 11010101 1010 1001000 0 10000 100100100 1000001 110101

Color Harmonies of #C03BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BD5

Black with #C03BD5

Text Example


Text Example

White with #C03BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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