Html Css Color HEX #C95EDF Medium Orchid

📋 copy color: '#C95EDF'

red 201 ◦ green 94 ◦ blue 223

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

Shades of Medium Orchid #C95EDF

Tints of Medium Orchid #C95EDF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.15%

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 38.8%
G = 18.15%
B = 43.05%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C95EDF (or 0xC95EDF) is known color: Medium Orchid. HEX triplet: C9, 5E and DF. RGB value is (201,94,223). Sum of RGB (Red+Green+Blue) = 201+94+223=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #C95EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95EDF is #36A120. Grayscale: #8C8C8C. Windows color (decimal): -3580193 or 14638793. OLE color: 14638793.

HSL color Cylindrical-coordinate representation of color #C95EDF: hue angle of 289.77º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95EDF is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 94 223 -
CMYK 0.10 0.58 0 0.13
HSL 289.77º 0.67% 0.62% -
HSV(B) 289.77º 0.58% 0.87% -
XYZ 41.41 25.75 72.6 -
YUV 140.7 174.45 171.01 -
System Red Green Blue C M Y K H S L
Decimal 201 94 223 0.10 0.58 0 0.13 289.77 0.67 0.62
Hex C9 5E DF A 3A 0 D 122 43 3E
Octal 311 136 337 12 72 0 15 442 103 76
Binary 11001001 1011110 11011111 1010 111010 0 1101 100100010 1000011 111110

Color Harmonies of #C95EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95EDF

Black with #C95EDF

Text Example


Text Example

White with #C95EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95EDF; }

 p { color: rgb(201,94,223); }

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

background-color css

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

 a { background-color: rgb(201,94,223); }

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

border-color css

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

 span { border-color: rgb(201,94,223); }

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