Html Css Color HEX #C95AEB Medium Orchid

📋 copy color: '#C95AEB'

red 201 ◦ green 90 ◦ blue 235

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

Shades of Medium Orchid #C95AEB

Tints of Medium Orchid #C95AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 38.21%
G = 17.11%
B = 44.68%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C95AEB (or 0xC95AEB) is known color: Medium Orchid. HEX triplet: C9, 5A and EB. RGB value is (201,90,235). Sum of RGB (Red+Green+Blue) = 201+90+235=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #C95AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95AEB is #36A514. Grayscale: #8B8B8B. Windows color (decimal): -3581205 or 15424201. OLE color: 15424201.

HSL color Cylindrical-coordinate representation of color #C95AEB: hue angle of 285.93º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C95AEB is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 90 235 -
CMYK 0.14 0.62 0 0.08
HSL 285.93º 0.78% 0.64% -
HSV(B) 285.93º 0.62% 0.92% -
XYZ 42.74 25.73 81.31 -
YUV 139.72 181.77 171.71 -
System Red Green Blue C M Y K H S L
Decimal 201 90 235 0.14 0.62 0 0.08 285.93 0.78 0.64
Hex C9 5A EB E 3E 0 8 11E 4E 40
Octal 311 132 353 16 76 0 10 436 116 100
Binary 11001001 1011010 11101011 1110 111110 0 1000 100011110 1001110 1000000

Color Harmonies of #C95AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95AEB

Black with #C95AEB

Text Example


Text Example

White with #C95AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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