Html Css Color HEX #951ECF Dark Orchid

📋 copy color: '#951ECF'

red 149 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #951ECF

Tints of Dark Orchid #951ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 38.6%
G = 7.77%
B = 53.63%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#951ECF (or 0x951ECF) is known color: Dark Orchid. HEX triplet: 95, 1E and CF. RGB value is (149,30,207). Sum of RGB (Red+Green+Blue) = 149+30+207=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #951ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951ECF is #6AE130. Grayscale: #555555. Windows color (decimal): -7004465 or 13573781. OLE color: 13573781.

HSL color Cylindrical-coordinate representation of color #951ECF: hue angle of 280.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951ECF is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 30 207 -
CMYK 0.28 0.86 0 0.19
HSL 280.34º 0.75% 0.46% -
HSV(B) 280.34º 0.86% 0.81% -
XYZ 24.12 11.82 60.04 -
YUV 85.76 196.42 173.11 -
System Red Green Blue C M Y K H S L
Decimal 149 30 207 0.28 0.86 0 0.19 280.34 0.75 0.46
Hex 95 1E CF 1C 56 0 13 118 4B 2E
Octal 225 36 317 34 126 0 23 430 113 56
Binary 10010101 11110 11001111 11100 1010110 0 10011 100011000 1001011 101110

Color Harmonies of #951ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951ECF

Black with #951ECF

Text Example


Text Example

White with #951ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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