Html Css Color HEX #C063D8 Medium Orchid

📋 copy color: '#C063D8'

red 192 ◦ green 99 ◦ blue 216

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

Shades of Medium Orchid #C063D8

Tints of Medium Orchid #C063D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.6%

R = 37.87%
G = 19.53%
B = 42.6%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C063D8 (or 0xC063D8) is known color: Medium Orchid. HEX triplet: C0, 63 and D8. RGB value is (192,99,216). Sum of RGB (Red+Green+Blue) = 192+99+216=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #C063D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063D8 is #3F9C27. Grayscale: #8B8B8B. Windows color (decimal): -4168744 or 14181312. OLE color: 14181312.

HSL color Cylindrical-coordinate representation of color #C063D8: hue angle of 287.69º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C063D8 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 99 216 -
CMYK 0.11 0.54 0 0.15
HSL 287.69º 0.6% 0.62% -
HSV(B) 287.69º 0.54% 0.85% -
XYZ 38.59 25.09 67.77 -
YUV 140.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 192 99 216 0.11 0.54 0 0.15 287.69 0.6 0.62
Hex C0 63 D8 B 36 0 F 120 3C 3E
Octal 300 143 330 13 66 0 17 440 74 76
Binary 11000000 1100011 11011000 1011 110110 0 1111 100100000 111100 111110

Color Harmonies of #C063D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063D8

Black with #C063D8

Text Example


Text Example

White with #C063D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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