Html Css Color HEX #C95ADA Medium Orchid

📋 copy color: '#C95ADA'

red 201 ◦ green 90 ◦ blue 218

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

Shades of Medium Orchid #C95ADA

Tints of Medium Orchid #C95ADA

RGB

 RED value IS 201 (78.91% from 255) = 39.49%

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

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

R = 39.49%
G = 17.68%
B = 42.83%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C95ADA (or 0xC95ADA) is known color: Medium Orchid. HEX triplet: C9, 5A and DA. RGB value is (201,90,218). Sum of RGB (Red+Green+Blue) = 201+90+218=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #C95ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ADA is #36A525. Grayscale: #898989. Windows color (decimal): -3581222 or 14310089. OLE color: 14310089.

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

Color convert

RGB 201 90 218 -
CMYK 0.08 0.59 0 0.15
HSL 292.03º 0.63% 0.6% -
HSV(B) 292.03º 0.59% 0.85% -
XYZ 40.4 24.79 68.99 -
YUV 137.78 173.27 173.09 -
System Red Green Blue C M Y K H S L
Decimal 201 90 218 0.08 0.59 0 0.15 292.03 0.63 0.6
Hex C9 5A DA 8 3B 0 F 124 3F 3C
Octal 311 132 332 10 73 0 17 444 77 74
Binary 11001001 1011010 11011010 1000 111011 0 1111 100100100 111111 111100

Color Harmonies of #C95ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95ADA

Black with #C95ADA

Text Example


Text Example

White with #C95ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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