Html Css Color HEX #952DCB Dark Orchid

📋 copy color: '#952DCB'

red 149 ◦ green 45 ◦ blue 203

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

Shades of Dark Orchid #952DCB

Tints of Dark Orchid #952DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 37.53%
G = 11.34%
B = 51.13%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#952DCB (or 0x952DCB) is known color: Dark Orchid. HEX triplet: 95, 2D and CB. RGB value is (149,45,203). Sum of RGB (Red+Green+Blue) = 149+45+203=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #952DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DCB is #6AD234. Grayscale: #5D5D5D. Windows color (decimal): -7000629 or 13315477. OLE color: 13315477.

HSL color Cylindrical-coordinate representation of color #952DCB: hue angle of 279.49º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952DCB is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 45 203 -
CMYK 0.27 0.78 0 0.20
HSL 279.49º 0.64% 0.49% -
HSV(B) 279.49º 0.78% 0.8% -
XYZ 24.11 12.58 57.66 -
YUV 94.11 189.46 167.15 -
System Red Green Blue C M Y K H S L
Decimal 149 45 203 0.27 0.78 0 0.20 279.49 0.64 0.49
Hex 95 2D CB 1B 4E 0 14 117 40 31
Octal 225 55 313 33 116 0 24 427 100 61
Binary 10010101 101101 11001011 11011 1001110 0 10100 100010111 1000000 110001

Color Harmonies of #952DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DCB

Black with #952DCB

Text Example


Text Example

White with #952DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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