Html Css Color HEX #C463CE Medium Orchid

📋 copy color: '#C463CE'

red 196 ◦ green 99 ◦ blue 206

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

Shades of Medium Orchid #C463CE

Tints of Medium Orchid #C463CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.12%

R = 39.12%
G = 19.76%
B = 41.12%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C463CE (or 0xC463CE) is known color: Medium Orchid. HEX triplet: C4, 63 and CE. RGB value is (196,99,206). Sum of RGB (Red+Green+Blue) = 196+99+206=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #C463CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463CE is #3B9C31. Grayscale: #8B8B8B. Windows color (decimal): -3906610 or 13525956. OLE color: 13525956.

HSL color Cylindrical-coordinate representation of color #C463CE: hue angle of 294.39º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C463CE is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 99 206 -
CMYK 0.05 0.52 0 0.19
HSL 294.39º 0.52% 0.6% -
HSV(B) 294.39º 0.52% 0.81% -
XYZ 38.37 25.12 61.22 -
YUV 140.2 165.14 167.8 -
System Red Green Blue C M Y K H S L
Decimal 196 99 206 0.05 0.52 0 0.19 294.39 0.52 0.6
Hex C4 63 CE 5 34 0 13 126 34 3C
Octal 304 143 316 5 64 0 23 446 64 74
Binary 11000100 1100011 11001110 101 110100 0 10011 100100110 110100 111100

Color Harmonies of #C463CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463CE

Black with #C463CE

Text Example


Text Example

White with #C463CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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