Html Css Color HEX #C95CE0 Medium Orchid

📋 copy color: '#C95CE0'

red 201 ◦ green 92 ◦ blue 224

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

Shades of Medium Orchid #C95CE0

Tints of Medium Orchid #C95CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.33%

R = 38.88%
G = 17.79%
B = 43.33%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C95CE0 (or 0xC95CE0) is known color: Medium Orchid. HEX triplet: C9, 5C and E0. RGB value is (201,92,224). Sum of RGB (Red+Green+Blue) = 201+92+224=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #C95CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CE0 is #36A31F. Grayscale: #8B8B8B. Windows color (decimal): -3580704 or 14703817. OLE color: 14703817.

HSL color Cylindrical-coordinate representation of color #C95CE0: hue angle of 289.55º degrees, saturation: 0.68, 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 #C95CE0 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 92 224 -
CMYK 0.10 0.59 0 0.12
HSL 289.55º 0.68% 0.62% -
HSV(B) 289.55º 0.59% 0.88% -
XYZ 41.37 25.45 73.25 -
YUV 139.64 175.61 171.77 -
System Red Green Blue C M Y K H S L
Decimal 201 92 224 0.10 0.59 0 0.12 289.55 0.68 0.62
Hex C9 5C E0 A 3B 0 C 122 44 3E
Octal 311 134 340 12 73 0 14 442 104 76
Binary 11001001 1011100 11100000 1010 111011 0 1100 100100010 1000100 111110

Color Harmonies of #C95CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CE0

Black with #C95CE0

Text Example


Text Example

White with #C95CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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