Html Css Color HEX #C063D1 Medium Orchid

📋 copy color: '#C063D1'

red 192 ◦ green 99 ◦ blue 209

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

Shades of Medium Orchid #C063D1

Tints of Medium Orchid #C063D1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.8%

 BLUE value IS 209 (82.03% from 255) = 41.8%

R = 38.4%
G = 19.8%
B = 41.8%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C063D1 (or 0xC063D1) is known color: Medium Orchid. HEX triplet: C0, 63 and D1. RGB value is (192,99,209). Sum of RGB (Red+Green+Blue) = 192+99+209=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #C063D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063D1 is #3F9C2E. Grayscale: #8B8B8B. Windows color (decimal): -4168751 or 13722560. OLE color: 13722560.

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

Color convert

RGB 192 99 209 -
CMYK 0.08 0.53 0 0.18
HSL 290.73º 0.54% 0.6% -
HSV(B) 290.73º 0.53% 0.82% -
XYZ 37.71 24.73 63.11 -
YUV 139.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 192 99 209 0.08 0.53 0 0.18 290.73 0.54 0.6
Hex C0 63 D1 8 35 0 12 123 36 3C
Octal 300 143 321 10 65 0 22 443 66 74
Binary 11000000 1100011 11010001 1000 110101 0 10010 100100011 110110 111100

Color Harmonies of #C063D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063D1

Black with #C063D1

Text Example


Text Example

White with #C063D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063D1; }

 p { color: rgb(192,99,209); }

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

background-color css

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

 a { background-color: rgb(192,99,209); }

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

border-color css

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

 span { border-color: rgb(192,99,209); }

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