Html Css Color HEX #C95DE4 Medium Orchid

📋 copy color: '#C95DE4'

red 201 ◦ green 93 ◦ blue 228

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

Shades of Medium Orchid #C95DE4

Tints of Medium Orchid #C95DE4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.82%

 BLUE value IS 228 (89.45% from 255) = 43.68%

R = 38.51%
G = 17.82%
B = 43.68%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C95DE4 (or 0xC95DE4) is known color: Medium Orchid. HEX triplet: C9, 5D and E4. RGB value is (201,93,228). Sum of RGB (Red+Green+Blue) = 201+93+228=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 228 - color contains mainly: blue. Hex color #C95DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DE4 is #36A21B. Grayscale: #8C8C8C. Windows color (decimal): -3580444 or 14966217. OLE color: 14966217.

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

Color convert

RGB 201 93 228 -
CMYK 0.12 0.59 0 0.11
HSL 288º 0.71% 0.63% -
HSV(B) 288º 0.59% 0.89% -
XYZ 42.01 25.85 76.17 -
YUV 140.68 177.28 171.02 -
System Red Green Blue C M Y K H S L
Decimal 201 93 228 0.12 0.59 0 0.11 288 0.71 0.63
Hex C9 5D E4 C 3B 0 B 120 47 3F
Octal 311 135 344 14 73 0 13 440 107 77
Binary 11001001 1011101 11100100 1100 111011 0 1011 100100000 1000111 111111

Color Harmonies of #C95DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DE4

Black with #C95DE4

Text Example


Text Example

White with #C95DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DE4; }

 p { color: rgb(201,93,228); }

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

background-color css

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

 a { background-color: rgb(201,93,228); }

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

border-color css

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

 span { border-color: rgb(201,93,228); }

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