Html Css Color HEX #C460DA Medium Orchid

📋 copy color: '#C460DA'

red 196 ◦ green 96 ◦ blue 218

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

Shades of Medium Orchid #C460DA

Tints of Medium Orchid #C460DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 38.43%
G = 18.82%
B = 42.75%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C460DA (or 0xC460DA) is known color: Medium Orchid. HEX triplet: C4, 60 and DA. RGB value is (196,96,218). Sum of RGB (Red+Green+Blue) = 196+96+218=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #C460DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460DA is #3B9F25. Grayscale: #8B8B8B. Windows color (decimal): -3907366 or 14311620. OLE color: 14311620.

HSL color Cylindrical-coordinate representation of color #C460DA: hue angle of 289.18º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C460DA is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 96 218 -
CMYK 0.10 0.56 0 0.15
HSL 289.18º 0.62% 0.62% -
HSV(B) 289.18º 0.56% 0.85% -
XYZ 39.6 25.16 69.1 -
YUV 139.81 172.13 168.08 -
System Red Green Blue C M Y K H S L
Decimal 196 96 218 0.10 0.56 0 0.15 289.18 0.62 0.62
Hex C4 60 DA A 38 0 F 121 3E 3E
Octal 304 140 332 12 70 0 17 441 76 76
Binary 11000100 1100000 11011010 1010 111000 0 1111 100100001 111110 111110

Color Harmonies of #C460DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460DA

Black with #C460DA

Text Example


Text Example

White with #C460DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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