Html Css Color HEX #C462DC Medium Orchid

📋 copy color: '#C462DC'

red 196 ◦ green 98 ◦ blue 220

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

Shades of Medium Orchid #C462DC

Tints of Medium Orchid #C462DC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.07%

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 38.13%
G = 19.07%
B = 42.8%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C462DC (or 0xC462DC) is known color: Medium Orchid. HEX triplet: C4, 62 and DC. RGB value is (196,98,220). Sum of RGB (Red+Green+Blue) = 196+98+220=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #C462DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462DC is #3B9D23. Grayscale: #8C8C8C. Windows color (decimal): -3906852 or 14443204. OLE color: 14443204.

HSL color Cylindrical-coordinate representation of color #C462DC: hue angle of 288.2º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C462DC is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 98 220 -
CMYK 0.11 0.55 0 0.14
HSL 288.2º 0.64% 0.62% -
HSV(B) 288.2º 0.55% 0.86% -
XYZ 40.05 25.64 70.55 -
YUV 141.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 196 98 220 0.11 0.55 0 0.14 288.2 0.64 0.62
Hex C4 62 DC B 37 0 E 120 40 3E
Octal 304 142 334 13 67 0 16 440 100 76
Binary 11000100 1100010 11011100 1011 110111 0 1110 100100000 1000000 111110

Color Harmonies of #C462DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C462DC

Black with #C462DC

Text Example


Text Example

White with #C462DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C462DC; }

 p { color: rgb(196,98,220); }

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

background-color css

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

 a { background-color: rgb(196,98,220); }

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

border-color css

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

 span { border-color: rgb(196,98,220); }

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