Html Css Color HEX #C03BDF Medium Orchid

📋 copy color: '#C03BDF'

red 192 ◦ green 59 ◦ blue 223

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

Shades of Medium Orchid #C03BDF

Tints of Medium Orchid #C03BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 40.51%
G = 12.45%
B = 47.05%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C03BDF (or 0xC03BDF) is known color: Medium Orchid. HEX triplet: C0, 3B and DF. RGB value is (192,59,223). Sum of RGB (Red+Green+Blue) = 192+59+223=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 59 (23.44% from 255 or 12.45% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #C03BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BDF is #3FC420. Grayscale: #747474. Windows color (decimal): -4178977 or 14629824. OLE color: 14629824.

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

Color convert

RGB 192 59 223 -
CMYK 0.14 0.74 0 0.13
HSL 288.66º 0.72% 0.55% -
HSV(B) 288.66º 0.74% 0.87% -
XYZ 36.62 19.66 71.68 -
YUV 117.46 187.56 181.16 -
System Red Green Blue C M Y K H S L
Decimal 192 59 223 0.14 0.74 0 0.13 288.66 0.72 0.55
Hex C0 3B DF E 4A 0 D 121 48 37
Octal 300 73 337 16 112 0 15 441 110 67
Binary 11000000 111011 11011111 1110 1001010 0 1101 100100001 1001000 110111

Color Harmonies of #C03BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BDF

Black with #C03BDF

Text Example


Text Example

White with #C03BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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