Html Css Color HEX #C063CC Medium Orchid

📋 copy color: '#C063CC'

red 192 ◦ green 99 ◦ blue 204

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

Shades of Medium Orchid #C063CC

Tints of Medium Orchid #C063CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 38.79%
G = 20%
B = 41.21%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C063CC (or 0xC063CC) is known color: Medium Orchid. HEX triplet: C0, 63 and CC. RGB value is (192,99,204). Sum of RGB (Red+Green+Blue) = 192+99+204=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #C063CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063CC is #3F9C33. Grayscale: #8A8A8A. Windows color (decimal): -4168756 or 13394880. OLE color: 13394880.

HSL color Cylindrical-coordinate representation of color #C063CC: hue angle of 293.14º degrees, saturation: 0.51, 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 #C063CC is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 99 204 -
CMYK 0.06 0.51 0 0.2
HSL 293.14º 0.51% 0.59% -
HSV(B) 293.14º 0.51% 0.8% -
XYZ 37.1 24.49 59.9 -
YUV 138.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 192 99 204 0.06 0.51 0 0.2 293.14 0.51 0.59
Hex C0 63 CC 6 33 0 14 125 33 3B
Octal 300 143 314 6 63 0 24 445 63 73
Binary 11000000 1100011 11001100 110 110011 0 10100 100100101 110011 111011

Color Harmonies of #C063CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063CC

Black with #C063CC

Text Example


Text Example

White with #C063CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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