Html Css Color HEX #C95BEA Medium Orchid

📋 copy color: '#C95BEA'

red 201 ◦ green 91 ◦ blue 234

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

Shades of Medium Orchid #C95BEA

Tints of Medium Orchid #C95BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.49%

R = 38.21%
G = 17.3%
B = 44.49%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C95BEA (or 0xC95BEA) is known color: Medium Orchid. HEX triplet: C9, 5B and EA. RGB value is (201,91,234). Sum of RGB (Red+Green+Blue) = 201+91+234=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #C95BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95BEA is #36A415. Grayscale: #8B8B8B. Windows color (decimal): -3580950 or 15358921. OLE color: 15358921.

HSL color Cylindrical-coordinate representation of color #C95BEA: hue angle of 286.15º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C95BEA is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 91 234 -
CMYK 0.14 0.61 0 0.08
HSL 286.15º 0.77% 0.64% -
HSV(B) 286.15º 0.61% 0.92% -
XYZ 42.68 25.84 80.58 -
YUV 140.19 180.94 171.37 -
System Red Green Blue C M Y K H S L
Decimal 201 91 234 0.14 0.61 0 0.08 286.15 0.77 0.64
Hex C9 5B EA E 3D 0 8 11E 4D 40
Octal 311 133 352 16 75 0 10 436 115 100
Binary 11001001 1011011 11101010 1110 111101 0 1000 100011110 1001101 1000000

Color Harmonies of #C95BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BEA

Black with #C95BEA

Text Example


Text Example

White with #C95BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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