Html Css Color HEX #C468DC Medium Orchid

📋 copy color: '#C468DC'

red 196 ◦ green 104 ◦ blue 220

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

Shades of Medium Orchid #C468DC

Tints of Medium Orchid #C468DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20%

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

R = 37.69%
G = 20%
B = 42.31%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C468DC (or 0xC468DC) is known color: Medium Orchid. HEX triplet: C4, 68 and DC. RGB value is (196,104,220). Sum of RGB (Red+Green+Blue) = 196+104+220=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #C468DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468DC is #3B9723. Grayscale: #909090. Windows color (decimal): -3905316 or 14444740. OLE color: 14444740.

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

Color convert

RGB 196 104 220 -
CMYK 0.11 0.53 0 0.14
HSL 287.59º 0.62% 0.64% -
HSV(B) 287.59º 0.53% 0.86% -
XYZ 40.63 26.8 70.74 -
YUV 144.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 196 104 220 0.11 0.53 0 0.14 287.59 0.62 0.64
Hex C4 68 DC B 35 0 E 120 3E 40
Octal 304 150 334 13 65 0 16 440 76 100
Binary 11000100 1101000 11011100 1011 110101 0 1110 100100000 111110 1000000

Color Harmonies of #C468DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468DC

Black with #C468DC

Text Example


Text Example

White with #C468DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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