Html Css Color HEX #C063DD Medium Orchid

📋 copy color: '#C063DD'

red 192 ◦ green 99 ◦ blue 221

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

Shades of Medium Orchid #C063DD

Tints of Medium Orchid #C063DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 37.5%
G = 19.34%
B = 43.16%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C063DD (or 0xC063DD) is known color: Medium Orchid. HEX triplet: C0, 63 and DD. RGB value is (192,99,221). Sum of RGB (Red+Green+Blue) = 192+99+221=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #C063DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063DD is #3F9C22. Grayscale: #8C8C8C. Windows color (decimal): -4168739 or 14508992. OLE color: 14508992.

HSL color Cylindrical-coordinate representation of color #C063DD: hue angle of 285.74º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C063DD is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 99 221 -
CMYK 0.13 0.55 0 0.13
HSL 285.74º 0.64% 0.63% -
HSV(B) 285.74º 0.55% 0.87% -
XYZ 39.25 25.35 71.23 -
YUV 140.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 192 99 221 0.13 0.55 0 0.13 285.74 0.64 0.63
Hex C0 63 DD D 37 0 D 11E 40 3F
Octal 300 143 335 15 67 0 15 436 100 77
Binary 11000000 1100011 11011101 1101 110111 0 1101 100011110 1000000 111111

Color Harmonies of #C063DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063DD

Black with #C063DD

Text Example


Text Example

White with #C063DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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