Html Css Color HEX #C063D0 Medium Orchid

📋 copy color: '#C063D0'

red 192 ◦ green 99 ◦ blue 208

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

Shades of Medium Orchid #C063D0

Tints of Medium Orchid #C063D0

RGB

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

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

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

R = 38.48%
G = 19.84%
B = 41.68%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C063D0 (or 0xC063D0) is known color: Medium Orchid. HEX triplet: C0, 63 and D0. RGB value is (192,99,208). Sum of RGB (Red+Green+Blue) = 192+99+208=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #C063D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063D0 is #3F9C2F. Grayscale: #8A8A8A. Windows color (decimal): -4168752 or 13657024. OLE color: 13657024.

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

Color convert

RGB 192 99 208 -
CMYK 0.08 0.52 0 0.18
HSL 291.19º 0.54% 0.6% -
HSV(B) 291.19º 0.52% 0.82% -
XYZ 37.59 24.68 62.46 -
YUV 139.23 166.81 165.64 -
System Red Green Blue C M Y K H S L
Decimal 192 99 208 0.08 0.52 0 0.18 291.19 0.54 0.6
Hex C0 63 D0 8 34 0 12 123 36 3C
Octal 300 143 320 10 64 0 22 443 66 74
Binary 11000000 1100011 11010000 1000 110100 0 10010 100100011 110110 111100

Color Harmonies of #C063D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063D0

Black with #C063D0

Text Example


Text Example

White with #C063D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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