Html Css Color HEX #C063EE Medium Orchid

📋 copy color: '#C063EE'

red 192 ◦ green 99 ◦ blue 238

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

Shades of Medium Orchid #C063EE

Tints of Medium Orchid #C063EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.99%

R = 36.29%
G = 18.71%
B = 44.99%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C063EE (or 0xC063EE) is known color: Medium Orchid. HEX triplet: C0, 63 and EE. RGB value is (192,99,238). Sum of RGB (Red+Green+Blue) = 192+99+238=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #C063EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C063EE is #3F9C11. Grayscale: #8E8E8E. Windows color (decimal): -4168722 or 15623104. OLE color: 15623104.

HSL color Cylindrical-coordinate representation of color #C063EE: hue angle of 280.14º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C063EE is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 99 238 -
CMYK 0.19 0.58 0 0.07
HSL 280.14º 0.8% 0.66% -
HSV(B) 280.14º 0.58% 0.93% -
XYZ 41.63 26.3 83.77 -
YUV 142.65 181.81 163.2 -
System Red Green Blue C M Y K H S L
Decimal 192 99 238 0.19 0.58 0 0.07 280.14 0.8 0.66
Hex C0 63 EE 13 3A 0 7 118 50 42
Octal 300 143 356 23 72 0 7 430 120 102
Binary 11000000 1100011 11101110 10011 111010 0 111 100011000 1010000 1000010

Color Harmonies of #C063EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063EE

Black with #C063EE

Text Example


Text Example

White with #C063EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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