Html Css Color HEX #C459D0 Medium Orchid

📋 copy color: '#C459D0'

red 196 ◦ green 89 ◦ blue 208

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

Shades of Medium Orchid #C459D0

Tints of Medium Orchid #C459D0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.05%

 BLUE value IS 208 (81.64% from 255) = 42.19%

R = 39.76%
G = 18.05%
B = 42.19%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C459D0 (or 0xC459D0) is known color: Medium Orchid. HEX triplet: C4, 59 and D0. RGB value is (196,89,208). Sum of RGB (Red+Green+Blue) = 196+89+208=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #C459D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C459D0 is #3BA62F. Grayscale: #868686. Windows color (decimal): -3909168 or 13654468. OLE color: 13654468.

HSL color Cylindrical-coordinate representation of color #C459D0: hue angle of 293.95º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C459D0 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 89 208 -
CMYK 0.06 0.57 0 0.18
HSL 293.95º 0.56% 0.58% -
HSV(B) 293.95º 0.57% 0.82% -
XYZ 37.72 23.43 62.21 -
YUV 134.56 169.45 171.82 -
System Red Green Blue C M Y K H S L
Decimal 196 89 208 0.06 0.57 0 0.18 293.95 0.56 0.58
Hex C4 59 D0 6 39 0 12 126 38 3A
Octal 304 131 320 6 71 0 22 446 70 72
Binary 11000100 1011001 11010000 110 111001 0 10010 100100110 111000 111010

Color Harmonies of #C459D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C459D0

Black with #C459D0

Text Example


Text Example

White with #C459D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C459D0; }

 p { color: rgb(196,89,208); }

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

background-color css

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

 a { background-color: rgb(196,89,208); }

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

border-color css

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

 span { border-color: rgb(196,89,208); }

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