Html Css Color HEX #C95FEB Medium Orchid

📋 copy color: '#C95FEB'

red 201 ◦ green 95 ◦ blue 235

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

Shades of Medium Orchid #C95FEB

Tints of Medium Orchid #C95FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.89%

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 37.85%
G = 17.89%
B = 44.26%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C95FEB (or 0xC95FEB) is known color: Medium Orchid. HEX triplet: C9, 5F and EB. RGB value is (201,95,235). Sum of RGB (Red+Green+Blue) = 201+95+235=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #C95FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95FEB is #36A014. Grayscale: #8E8E8E. Windows color (decimal): -3579925 or 15425481. OLE color: 15425481.

HSL color Cylindrical-coordinate representation of color #C95FEB: hue angle of 285.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95FEB is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 95 235 -
CMYK 0.14 0.60 0 0.08
HSL 285.43º 0.78% 0.65% -
HSV(B) 285.43º 0.6% 0.92% -
XYZ 43.18 26.6 81.46 -
YUV 142.65 180.12 169.62 -
System Red Green Blue C M Y K H S L
Decimal 201 95 235 0.14 0.60 0 0.08 285.43 0.78 0.65
Hex C9 5F EB E 3C 0 8 11D 4E 41
Octal 311 137 353 16 74 0 10 435 116 101
Binary 11001001 1011111 11101011 1110 111100 0 1000 100011101 1001110 1000001

Color Harmonies of #C95FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95FEB

Black with #C95FEB

Text Example


Text Example

White with #C95FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95FEB; }

 p { color: rgb(201,95,235); }

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

background-color css

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

 a { background-color: rgb(201,95,235); }

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

border-color css

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

 span { border-color: rgb(201,95,235); }

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