Html Css Color HEX #C063D6 Medium Orchid

📋 copy color: '#C063D6'

red 192 ◦ green 99 ◦ blue 214

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

Shades of Medium Orchid #C063D6

Tints of Medium Orchid #C063D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.38%

R = 38.02%
G = 19.6%
B = 42.38%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C063D6 (or 0xC063D6) is known color: Medium Orchid. HEX triplet: C0, 63 and D6. RGB value is (192,99,214). Sum of RGB (Red+Green+Blue) = 192+99+214=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 214 - color contains mainly: blue. Hex color #C063D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063D6 is #3F9C29. Grayscale: #8B8B8B. Windows color (decimal): -4168746 or 14050240. OLE color: 14050240.

HSL color Cylindrical-coordinate representation of color #C063D6: hue angle of 288.52º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C063D6 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 99 214 -
CMYK 0.10 0.54 0 0.16
HSL 288.52º 0.58% 0.61% -
HSV(B) 288.52º 0.54% 0.84% -
XYZ 38.34 24.99 66.42 -
YUV 139.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 192 99 214 0.10 0.54 0 0.16 288.52 0.58 0.61
Hex C0 63 D6 A 36 0 10 121 3A 3D
Octal 300 143 326 12 66 0 20 441 72 75
Binary 11000000 1100011 11010110 1010 110110 0 10000 100100001 111010 111101

Color Harmonies of #C063D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063D6

Black with #C063D6

Text Example


Text Example

White with #C063D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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