Html Css Color HEX #C461DA Medium Orchid

📋 copy color: '#C461DA'

red 196 ◦ green 97 ◦ blue 218

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

Shades of Medium Orchid #C461DA

Tints of Medium Orchid #C461DA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.98%

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

R = 38.36%
G = 18.98%
B = 42.66%

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

#C461DA (or 0xC461DA) is known color: Medium Orchid. HEX triplet: C4, 61 and DA. RGB value is (196,97,218). Sum of RGB (Red+Green+Blue) = 196+97+218=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #C461DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461DA is #3B9E25. Grayscale: #8C8C8C. Windows color (decimal): -3907110 or 14311876. OLE color: 14311876.

HSL color Cylindrical-coordinate representation of color #C461DA: hue angle of 289.09º 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 #C461DA is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 97 218 -
CMYK 0.10 0.56 0 0.15
HSL 289.09º 0.62% 0.62% -
HSV(B) 289.09º 0.56% 0.85% -
XYZ 39.69 25.35 69.13 -
YUV 140.4 171.8 167.66 -
System Red Green Blue C M Y K H S L
Decimal 196 97 218 0.10 0.56 0 0.15 289.09 0.62 0.62
Hex C4 61 DA A 38 0 F 121 3E 3E
Octal 304 141 332 12 70 0 17 441 76 76
Binary 11000100 1100001 11011010 1010 111000 0 1111 100100001 111110 111110

Color Harmonies of #C461DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C461DA

Black with #C461DA

Text Example


Text Example

White with #C461DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C461DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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