Html Css Color HEX #C95BED Medium Orchid

📋 copy color: '#C95BED'

red 201 ◦ green 91 ◦ blue 237

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

Shades of Medium Orchid #C95BED

Tints of Medium Orchid #C95BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.2%

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

R = 38%
G = 17.2%
B = 44.8%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C95BED (or 0xC95BED) is known color: Medium Orchid. HEX triplet: C9, 5B and ED. RGB value is (201,91,237). Sum of RGB (Red+Green+Blue) = 201+91+237=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #C95BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95BED is #36A412. Grayscale: #8C8C8C. Windows color (decimal): -3580947 or 15555529. OLE color: 15555529.

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

Color convert

RGB 201 91 237 -
CMYK 0.15 0.62 0 0.07
HSL 285.21º 0.8% 0.64% -
HSV(B) 285.21º 0.62% 0.93% -
XYZ 43.11 26.01 82.87 -
YUV 140.53 182.44 171.13 -
System Red Green Blue C M Y K H S L
Decimal 201 91 237 0.15 0.62 0 0.07 285.21 0.8 0.64
Hex C9 5B ED F 3E 0 7 11D 50 40
Octal 311 133 355 17 76 0 7 435 120 100
Binary 11001001 1011011 11101101 1111 111110 0 111 100011101 1010000 1000000

Color Harmonies of #C95BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BED

Black with #C95BED

Text Example


Text Example

White with #C95BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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