Html Css Color HEX #C063CB Medium Orchid

📋 copy color: '#C063CB'

red 192 ◦ green 99 ◦ blue 203

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

Shades of Medium Orchid #C063CB

Tints of Medium Orchid #C063CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 38.87%
G = 20.04%
B = 41.09%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C063CB (or 0xC063CB) is known color: Medium Orchid. HEX triplet: C0, 63 and CB. RGB value is (192,99,203). Sum of RGB (Red+Green+Blue) = 192+99+203=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #C063CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063CB is #3F9C34. Grayscale: #8A8A8A. Windows color (decimal): -4168757 or 13329344. OLE color: 13329344.

HSL color Cylindrical-coordinate representation of color #C063CB: hue angle of 293.65º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C063CB is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 99 203 -
CMYK 0.05 0.51 0 0.20
HSL 293.65º 0.5% 0.59% -
HSV(B) 293.65º 0.51% 0.8% -
XYZ 36.98 24.44 59.27 -
YUV 138.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 192 99 203 0.05 0.51 0 0.20 293.65 0.5 0.59
Hex C0 63 CB 5 33 0 14 126 32 3B
Octal 300 143 313 5 63 0 24 446 62 73
Binary 11000000 1100011 11001011 101 110011 0 10100 100100110 110010 111011

Color Harmonies of #C063CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063CB

Black with #C063CB

Text Example


Text Example

White with #C063CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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