Html Css Color HEX #952DD5 Dark Orchid

📋 copy color: '#952DD5'

red 149 ◦ green 45 ◦ blue 213

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

Shades of Dark Orchid #952DD5

Tints of Dark Orchid #952DD5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.06%

 BLUE value IS 213 (83.59% from 255) = 52.33%

R = 36.61%
G = 11.06%
B = 52.33%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#952DD5 (or 0x952DD5) is known color: Dark Orchid. HEX triplet: 95, 2D and D5. RGB value is (149,45,213). Sum of RGB (Red+Green+Blue) = 149+45+213=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #952DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DD5 is #6AD22A. Grayscale: #5E5E5E. Windows color (decimal): -7000619 or 13970837. OLE color: 13970837.

HSL color Cylindrical-coordinate representation of color #952DD5: hue angle of 277.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952DD5 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 45 213 -
CMYK 0.30 0.79 0 0.16
HSL 277.14º 0.67% 0.51% -
HSV(B) 277.14º 0.79% 0.84% -
XYZ 25.34 13.07 64.14 -
YUV 95.25 194.46 166.34 -
System Red Green Blue C M Y K H S L
Decimal 149 45 213 0.30 0.79 0 0.16 277.14 0.67 0.51
Hex 95 2D D5 1E 4F 0 10 115 43 33
Octal 225 55 325 36 117 0 20 425 103 63
Binary 10010101 101101 11010101 11110 1001111 0 10000 100010101 1000011 110011

Color Harmonies of #952DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DD5

Black with #952DD5

Text Example


Text Example

White with #952DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,45,213); }

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

background-color css

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

 a { background-color: rgb(149,45,213); }

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

border-color css

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

 span { border-color: rgb(149,45,213); }

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