Html Css Color HEX #C468DD Medium Orchid

📋 copy color: '#C468DD'

red 196 ◦ green 104 ◦ blue 221

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

Shades of Medium Orchid #C468DD

Tints of Medium Orchid #C468DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 37.62%
G = 19.96%
B = 42.42%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C468DD (or 0xC468DD) is known color: Medium Orchid. HEX triplet: C4, 68 and DD. RGB value is (196,104,221). Sum of RGB (Red+Green+Blue) = 196+104+221=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #C468DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468DD is #3B9722. Grayscale: #909090. Windows color (decimal): -3905315 or 14510276. OLE color: 14510276.

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

Color convert

RGB 196 104 221 -
CMYK 0.11 0.53 0 0.13
HSL 287.18º 0.63% 0.64% -
HSV(B) 287.18º 0.53% 0.87% -
XYZ 40.77 26.86 71.44 -
YUV 144.85 170.98 164.49 -
System Red Green Blue C M Y K H S L
Decimal 196 104 221 0.11 0.53 0 0.13 287.18 0.63 0.64
Hex C4 68 DD B 35 0 D 11F 3F 40
Octal 304 150 335 13 65 0 15 437 77 100
Binary 11000100 1101000 11011101 1011 110101 0 1101 100011111 111111 1000000

Color Harmonies of #C468DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468DD

Black with #C468DD

Text Example


Text Example

White with #C468DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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