Html Css Color HEX #C063EB Medium Orchid

📋 copy color: '#C063EB'

red 192 ◦ green 99 ◦ blue 235

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

Shades of Medium Orchid #C063EB

Tints of Medium Orchid #C063EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 36.5%
G = 18.82%
B = 44.68%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C063EB (or 0xC063EB) is known color: Medium Orchid. HEX triplet: C0, 63 and EB. RGB value is (192,99,235). Sum of RGB (Red+Green+Blue) = 192+99+235=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #C063EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C063EB is #3F9C14. Grayscale: #8D8D8D. Windows color (decimal): -4168725 or 15426496. OLE color: 15426496.

HSL color Cylindrical-coordinate representation of color #C063EB: hue angle of 281.03º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C063EB is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 99 235 -
CMYK 0.18 0.58 0 0.08
HSL 281.03º 0.77% 0.65% -
HSV(B) 281.03º 0.58% 0.92% -
XYZ 41.2 26.13 81.47 -
YUV 142.31 180.31 163.44 -
System Red Green Blue C M Y K H S L
Decimal 192 99 235 0.18 0.58 0 0.08 281.03 0.77 0.65
Hex C0 63 EB 12 3A 0 8 119 4D 41
Octal 300 143 353 22 72 0 10 431 115 101
Binary 11000000 1100011 11101011 10010 111010 0 1000 100011001 1001101 1000001

Color Harmonies of #C063EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063EB

Black with #C063EB

Text Example


Text Example

White with #C063EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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