Html Css Color HEX #C460DD Medium Orchid

📋 copy color: '#C460DD'

red 196 ◦ green 96 ◦ blue 221

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

Shades of Medium Orchid #C460DD

Tints of Medium Orchid #C460DD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.71%

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

R = 38.21%
G = 18.71%
B = 43.08%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C460DD (or 0xC460DD) is known color: Medium Orchid. HEX triplet: C4, 60 and DD. RGB value is (196,96,221). Sum of RGB (Red+Green+Blue) = 196+96+221=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #C460DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460DD is #3B9F22. Grayscale: #8B8B8B. Windows color (decimal): -3907363 or 14508228. OLE color: 14508228.

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

Color convert

RGB 196 96 221 -
CMYK 0.11 0.57 0 0.13
HSL 288º 0.65% 0.62% -
HSV(B) 288º 0.57% 0.87% -
XYZ 40 25.32 71.19 -
YUV 140.15 173.63 167.84 -
System Red Green Blue C M Y K H S L
Decimal 196 96 221 0.11 0.57 0 0.13 288 0.65 0.62
Hex C4 60 DD B 39 0 D 120 41 3E
Octal 304 140 335 13 71 0 15 440 101 76
Binary 11000100 1100000 11011101 1011 111001 0 1101 100100000 1000001 111110

Color Harmonies of #C460DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460DD

Black with #C460DD

Text Example


Text Example

White with #C460DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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