Html Css Color HEX #952ECF Dark Orchid

📋 copy color: '#952ECF'

red 149 ◦ green 46 ◦ blue 207

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

Shades of Dark Orchid #952ECF

Tints of Dark Orchid #952ECF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.44%

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

R = 37.06%
G = 11.44%
B = 51.49%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#952ECF (or 0x952ECF) is known color: Dark Orchid. HEX triplet: 95, 2E and CF. RGB value is (149,46,207). Sum of RGB (Red+Green+Blue) = 149+46+207=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #952ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ECF is #6AD130. Grayscale: #5E5E5E. Windows color (decimal): -7000369 or 13577877. OLE color: 13577877.

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

Color convert

RGB 149 46 207 -
CMYK 0.28 0.78 0 0.19
HSL 278.39º 0.64% 0.5% -
HSV(B) 278.39º 0.78% 0.81% -
XYZ 24.63 12.85 60.21 -
YUV 95.15 191.12 166.41 -
System Red Green Blue C M Y K H S L
Decimal 149 46 207 0.28 0.78 0 0.19 278.39 0.64 0.5
Hex 95 2E CF 1C 4E 0 13 116 40 32
Octal 225 56 317 34 116 0 23 426 100 62
Binary 10010101 101110 11001111 11100 1001110 0 10011 100010110 1000000 110010

Color Harmonies of #952ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952ECF

Black with #952ECF

Text Example


Text Example

White with #952ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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