Html Css Color HEX #951ECA Dark Orchid

📋 copy color: '#951ECA'

red 149 ◦ green 30 ◦ blue 202

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

Shades of Dark Orchid #951ECA

Tints of Dark Orchid #951ECA

RGB

 RED value IS 149 (58.59% from 255) = 39.11%

 GREEN value IS 30 (12.11% from 255) = 7.87%

 BLUE value IS 202 (79.3% from 255) = 53.02%

R = 39.11%
G = 7.87%
B = 53.02%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#951ECA (or 0x951ECA) is known color: Dark Orchid. HEX triplet: 95, 1E and CA. RGB value is (149,30,202). Sum of RGB (Red+Green+Blue) = 149+30+202=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #951ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951ECA is #6AE135. Grayscale: #545454. Windows color (decimal): -7004470 or 13246101. OLE color: 13246101.

HSL color Cylindrical-coordinate representation of color #951ECA: hue angle of 281.51º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951ECA is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 30 202 -
CMYK 0.26 0.85 0 0.21
HSL 281.51º 0.74% 0.45% -
HSV(B) 281.51º 0.85% 0.79% -
XYZ 23.52 11.58 56.87 -
YUV 85.19 193.92 173.51 -
System Red Green Blue C M Y K H S L
Decimal 149 30 202 0.26 0.85 0 0.21 281.51 0.74 0.45
Hex 95 1E CA 1A 55 0 15 11A 4A 2D
Octal 225 36 312 32 125 0 25 432 112 55
Binary 10010101 11110 11001010 11010 1010101 0 10101 100011010 1001010 101101

Color Harmonies of #951ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951ECA

Black with #951ECA

Text Example


Text Example

White with #951ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951ECA; }

 p { color: rgb(149,30,202); }

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

background-color css

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

 a { background-color: rgb(149,30,202); }

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

border-color css

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

 span { border-color: rgb(149,30,202); }

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