Html Css Color HEX #C463CF Medium Orchid

📋 copy color: '#C463CF'

red 196 ◦ green 99 ◦ blue 207

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

Shades of Medium Orchid #C463CF

Tints of Medium Orchid #C463CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 39.04%
G = 19.72%
B = 41.24%

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

#C463CF (or 0xC463CF) is known color: Medium Orchid. HEX triplet: C4, 63 and CF. RGB value is (196,99,207). Sum of RGB (Red+Green+Blue) = 196+99+207=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #C463CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463CF is #3B9C30. Grayscale: #8B8B8B. Windows color (decimal): -3906609 or 13591492. OLE color: 13591492.

HSL color Cylindrical-coordinate representation of color #C463CF: hue angle of 293.89º degrees, saturation: 0.53, 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 #C463CF is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 99 207 -
CMYK 0.05 0.52 0 0.19
HSL 293.89º 0.53% 0.6% -
HSV(B) 293.89º 0.52% 0.81% -
XYZ 38.49 25.16 61.86 -
YUV 140.32 165.64 167.72 -
System Red Green Blue C M Y K H S L
Decimal 196 99 207 0.05 0.52 0 0.19 293.89 0.53 0.6
Hex C4 63 CF 5 34 0 13 126 35 3C
Octal 304 143 317 5 64 0 23 446 65 74
Binary 11000100 1100011 11001111 101 110100 0 10011 100100110 110101 111100

Color Harmonies of #C463CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463CF

Black with #C463CF

Text Example


Text Example

White with #C463CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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