Html Css Color HEX #C95CE1 Medium Orchid

📋 copy color: '#C95CE1'

red 201 ◦ green 92 ◦ blue 225

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

Shades of Medium Orchid #C95CE1

Tints of Medium Orchid #C95CE1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.76%

 BLUE value IS 225 (88.28% from 255) = 43.44%

R = 38.8%
G = 17.76%
B = 43.44%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C95CE1 (or 0xC95CE1) is known color: Medium Orchid. HEX triplet: C9, 5C and E1. RGB value is (201,92,225). Sum of RGB (Red+Green+Blue) = 201+92+225=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #C95CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CE1 is #36A31E. Grayscale: #8B8B8B. Windows color (decimal): -3580703 or 14769353. OLE color: 14769353.

HSL color Cylindrical-coordinate representation of color #C95CE1: hue angle of 289.17º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95CE1 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 92 225 -
CMYK 0.11 0.59 0 0.12
HSL 289.17º 0.69% 0.62% -
HSV(B) 289.17º 0.59% 0.88% -
XYZ 41.51 25.51 73.97 -
YUV 139.75 176.11 171.69 -
System Red Green Blue C M Y K H S L
Decimal 201 92 225 0.11 0.59 0 0.12 289.17 0.69 0.62
Hex C9 5C E1 B 3B 0 C 121 45 3E
Octal 311 134 341 13 73 0 14 441 105 76
Binary 11001001 1011100 11100001 1011 111011 0 1100 100100001 1000101 111110

Color Harmonies of #C95CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CE1

Black with #C95CE1

Text Example


Text Example

White with #C95CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CE1; }

 p { color: rgb(201,92,225); }

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

background-color css

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

 a { background-color: rgb(201,92,225); }

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

border-color css

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

 span { border-color: rgb(201,92,225); }

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