Html Css Color HEX #C95EED Medium Orchid

📋 copy color: '#C95EED'

red 201 ◦ green 94 ◦ blue 237

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

Shades of Medium Orchid #C95EED

Tints of Medium Orchid #C95EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 37.78%
G = 17.67%
B = 44.55%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C95EED (or 0xC95EED) is known color: Medium Orchid. HEX triplet: C9, 5E and ED. RGB value is (201,94,237). Sum of RGB (Red+Green+Blue) = 201+94+237=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #C95EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95EED is #36A112. Grayscale: #8D8D8D. Windows color (decimal): -3580179 or 15556297. OLE color: 15556297.

HSL color Cylindrical-coordinate representation of color #C95EED: hue angle of 284.9º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95EED is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 94 237 -
CMYK 0.15 0.60 0 0.07
HSL 284.9º 0.8% 0.65% -
HSV(B) 284.9º 0.6% 0.93% -
XYZ 43.38 26.54 82.96 -
YUV 142.3 181.45 169.87 -
System Red Green Blue C M Y K H S L
Decimal 201 94 237 0.15 0.60 0 0.07 284.9 0.8 0.65
Hex C9 5E ED F 3C 0 7 11D 50 41
Octal 311 136 355 17 74 0 7 435 120 101
Binary 11001001 1011110 11101101 1111 111100 0 111 100011101 1010000 1000001

Color Harmonies of #C95EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95EED

Black with #C95EED

Text Example


Text Example

White with #C95EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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