Html Css Color HEX #C03FDA Medium Orchid

📋 copy color: '#C03FDA'

red 192 ◦ green 63 ◦ blue 218

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

Shades of Medium Orchid #C03FDA

Tints of Medium Orchid #C03FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.32%

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 40.59%
G = 13.32%
B = 46.09%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C03FDA (or 0xC03FDA) is known color: Medium Orchid. HEX triplet: C0, 3F and DA. RGB value is (192,63,218). Sum of RGB (Red+Green+Blue) = 192+63+218=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #C03FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FDA is #3FC025. Grayscale: #767676. Windows color (decimal): -4177958 or 14303168. OLE color: 14303168.

HSL color Cylindrical-coordinate representation of color #C03FDA: hue angle of 289.94º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03FDA is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 63 218 -
CMYK 0.12 0.71 0 0.15
HSL 289.94º 0.68% 0.55% -
HSV(B) 289.94º 0.71% 0.85% -
XYZ 36.17 19.82 68.25 -
YUV 119.24 183.74 179.9 -
System Red Green Blue C M Y K H S L
Decimal 192 63 218 0.12 0.71 0 0.15 289.94 0.68 0.55
Hex C0 3F DA C 47 0 F 122 44 37
Octal 300 77 332 14 107 0 17 442 104 67
Binary 11000000 111111 11011010 1100 1000111 0 1111 100100010 1000100 110111

Color Harmonies of #C03FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03FDA

Black with #C03FDA

Text Example


Text Example

White with #C03FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03FDA; }

 p { color: rgb(192,63,218); }

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

background-color css

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

 a { background-color: rgb(192,63,218); }

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

border-color css

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

 span { border-color: rgb(192,63,218); }

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