Html Css Color HEX #C45ADA Medium Orchid

📋 copy color: '#C45ADA'

red 196 ◦ green 90 ◦ blue 218

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

Shades of Medium Orchid #C45ADA

Tints of Medium Orchid #C45ADA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.86%

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

R = 38.89%
G = 17.86%
B = 43.25%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C45ADA (or 0xC45ADA) is known color: Medium Orchid. HEX triplet: C4, 5A and DA. RGB value is (196,90,218). Sum of RGB (Red+Green+Blue) = 196+90+218=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #C45ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45ADA is #3BA525. Grayscale: #878787. Windows color (decimal): -3908902 or 14310084. OLE color: 14310084.

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

Color convert

RGB 196 90 218 -
CMYK 0.10 0.59 0 0.15
HSL 289.69º 0.63% 0.6% -
HSV(B) 289.69º 0.59% 0.85% -
XYZ 39.08 24.11 68.92 -
YUV 136.29 174.12 170.59 -
System Red Green Blue C M Y K H S L
Decimal 196 90 218 0.10 0.59 0 0.15 289.69 0.63 0.6
Hex C4 5A DA A 3B 0 F 122 3F 3C
Octal 304 132 332 12 73 0 17 442 77 74
Binary 11000100 1011010 11011010 1010 111011 0 1111 100100010 111111 111100

Color Harmonies of #C45ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45ADA

Black with #C45ADA

Text Example


Text Example

White with #C45ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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