Html Css Color HEX #C063CE Medium Orchid

📋 copy color: '#C063CE'

red 192 ◦ green 99 ◦ blue 206

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

Shades of Medium Orchid #C063CE

Tints of Medium Orchid #C063CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 38.63%
G = 19.92%
B = 41.45%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C063CE (or 0xC063CE) is known color: Medium Orchid. HEX triplet: C0, 63 and CE. RGB value is (192,99,206). Sum of RGB (Red+Green+Blue) = 192+99+206=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #C063CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063CE is #3F9C31. Grayscale: #8A8A8A. Windows color (decimal): -4168754 or 13525952. OLE color: 13525952.

HSL color Cylindrical-coordinate representation of color #C063CE: hue angle of 292.15º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C063CE is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 99 206 -
CMYK 0.07 0.52 0 0.19
HSL 292.15º 0.52% 0.6% -
HSV(B) 292.15º 0.52% 0.81% -
XYZ 37.34 24.59 61.17 -
YUV 139.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 192 99 206 0.07 0.52 0 0.19 292.15 0.52 0.6
Hex C0 63 CE 7 34 0 13 124 34 3C
Octal 300 143 316 7 64 0 23 444 64 74
Binary 11000000 1100011 11001110 111 110100 0 10011 100100100 110100 111100

Color Harmonies of #C063CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063CE

Black with #C063CE

Text Example


Text Example

White with #C063CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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