Html Css Color HEX #C03BD0 Medium Orchid

📋 copy color: '#C03BD0'

red 192 ◦ green 59 ◦ blue 208

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

Shades of Medium Orchid #C03BD0

Tints of Medium Orchid #C03BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.32%

R = 41.83%
G = 12.85%
B = 45.32%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C03BD0 (or 0xC03BD0) is known color: Medium Orchid. HEX triplet: C0, 3B and D0. RGB value is (192,59,208). Sum of RGB (Red+Green+Blue) = 192+59+208=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #C03BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BD0 is #3FC42F. Grayscale: #737373. Windows color (decimal): -4178992 or 13646784. OLE color: 13646784.

HSL color Cylindrical-coordinate representation of color #C03BD0: hue angle of 293.56º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03BD0 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 59 208 -
CMYK 0.08 0.72 0 0.18
HSL 293.56º 0.61% 0.52% -
HSV(B) 293.56º 0.72% 0.82% -
XYZ 34.69 18.89 61.49 -
YUV 115.75 180.06 182.38 -
System Red Green Blue C M Y K H S L
Decimal 192 59 208 0.08 0.72 0 0.18 293.56 0.61 0.52
Hex C0 3B D0 8 48 0 12 126 3D 34
Octal 300 73 320 10 110 0 22 446 75 64
Binary 11000000 111011 11010000 1000 1001000 0 10010 100100110 111101 110100

Color Harmonies of #C03BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BD0

Black with #C03BD0

Text Example


Text Example

White with #C03BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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