Html Css Color HEX #C959EA Medium Orchid

📋 copy color: '#C959EA'

red 201 ◦ green 89 ◦ blue 234

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

Shades of Medium Orchid #C959EA

Tints of Medium Orchid #C959EA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.98%

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

R = 38.36%
G = 16.98%
B = 44.66%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C959EA (or 0xC959EA) is known color: Medium Orchid. HEX triplet: C9, 59 and EA. RGB value is (201,89,234). Sum of RGB (Red+Green+Blue) = 201+89+234=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #C959EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C959EA is #36A615. Grayscale: #8A8A8A. Windows color (decimal): -3581462 or 15358409. OLE color: 15358409.

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

Color convert

RGB 201 89 234 -
CMYK 0.14 0.62 0 0.08
HSL 286.34º 0.78% 0.63% -
HSV(B) 286.34º 0.62% 0.92% -
XYZ 42.51 25.5 80.52 -
YUV 139.02 181.61 172.21 -
System Red Green Blue C M Y K H S L
Decimal 201 89 234 0.14 0.62 0 0.08 286.34 0.78 0.63
Hex C9 59 EA E 3E 0 8 11E 4E 3F
Octal 311 131 352 16 76 0 10 436 116 77
Binary 11001001 1011001 11101010 1110 111110 0 1000 100011110 1001110 111111

Color Harmonies of #C959EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959EA

Black with #C959EA

Text Example


Text Example

White with #C959EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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