Html Css Color HEX #C95AED Medium Orchid

📋 copy color: '#C95AED'

red 201 ◦ green 90 ◦ blue 237

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

Shades of Medium Orchid #C95AED

Tints of Medium Orchid #C95AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 38.07%
G = 17.05%
B = 44.89%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C95AED (or 0xC95AED) is known color: Medium Orchid. HEX triplet: C9, 5A and ED. RGB value is (201,90,237). Sum of RGB (Red+Green+Blue) = 201+90+237=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #C95AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95AED is #36A512. Grayscale: #8B8B8B. Windows color (decimal): -3581203 or 15555273. OLE color: 15555273.

HSL color Cylindrical-coordinate representation of color #C95AED: hue angle of 285.31º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C95AED is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 90 237 -
CMYK 0.15 0.62 0 0.07
HSL 285.31º 0.8% 0.64% -
HSV(B) 285.31º 0.62% 0.93% -
XYZ 43.03 25.84 82.84 -
YUV 139.95 182.77 171.55 -
System Red Green Blue C M Y K H S L
Decimal 201 90 237 0.15 0.62 0 0.07 285.31 0.8 0.64
Hex C9 5A ED F 3E 0 7 11D 50 40
Octal 311 132 355 17 76 0 7 435 120 100
Binary 11001001 1011010 11101101 1111 111110 0 111 100011101 1010000 1000000

Color Harmonies of #C95AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95AED

Black with #C95AED

Text Example


Text Example

White with #C95AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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