Html Css Color HEX #C463CD Medium Orchid

📋 copy color: '#C463CD'

red 196 ◦ green 99 ◦ blue 205

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

Shades of Medium Orchid #C463CD

Tints of Medium Orchid #C463CD

RGB

 RED value IS 196 (76.95% from 255) = 39.2%

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

 BLUE value IS 205 (80.47% from 255) = 41%

R = 39.2%
G = 19.8%
B = 41%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C463CD (or 0xC463CD) is known color: Medium Orchid. HEX triplet: C4, 63 and CD. RGB value is (196,99,205). Sum of RGB (Red+Green+Blue) = 196+99+205=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #C463CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463CD is #3B9C32. Grayscale: #8B8B8B. Windows color (decimal): -3906611 or 13460420. OLE color: 13460420.

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

Color convert

RGB 196 99 205 -
CMYK 0.04 0.52 0 0.20
HSL 294.91º 0.51% 0.6% -
HSV(B) 294.91º 0.52% 0.8% -
XYZ 38.25 25.07 60.58 -
YUV 140.09 164.64 167.88 -
System Red Green Blue C M Y K H S L
Decimal 196 99 205 0.04 0.52 0 0.20 294.91 0.51 0.6
Hex C4 63 CD 4 34 0 14 127 33 3C
Octal 304 143 315 4 64 0 24 447 63 74
Binary 11000100 1100011 11001101 100 110100 0 10100 100100111 110011 111100

Color Harmonies of #C463CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463CD

Black with #C463CD

Text Example


Text Example

White with #C463CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463CD; }

 p { color: rgb(196,99,205); }

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

background-color css

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

 a { background-color: rgb(196,99,205); }

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

border-color css

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

 span { border-color: rgb(196,99,205); }

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