Html Css Color HEX #952CBC Dark Orchid

📋 copy color: '#952CBC'

red 149 ◦ green 44 ◦ blue 188

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

Shades of Dark Orchid #952CBC

Tints of Dark Orchid #952CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.55%

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 39.11%
G = 11.55%
B = 49.34%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#952CBC (or 0x952CBC) is known color: Dark Orchid. HEX triplet: 95, 2C and BC. RGB value is (149,44,188). Sum of RGB (Red+Green+Blue) = 149+44+188=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #952CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CBC is #6AD343. Grayscale: #5B5B5B. Windows color (decimal): -7000900 or 12332181. OLE color: 12332181.

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

Color convert

RGB 149 44 188 -
CMYK 0.21 0.77 0 0.26
HSL 283.75º 0.62% 0.45% -
HSV(B) 283.75º 0.77% 0.74% -
XYZ 22.37 11.82 48.68 -
YUV 91.81 182.29 168.79 -
System Red Green Blue C M Y K H S L
Decimal 149 44 188 0.21 0.77 0 0.26 283.75 0.62 0.45
Hex 95 2C BC 15 4D 0 1A 11C 3E 2D
Octal 225 54 274 25 115 0 32 434 76 55
Binary 10010101 101100 10111100 10101 1001101 0 11010 100011100 111110 101101

Color Harmonies of #952CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CBC

Black with #952CBC

Text Example


Text Example

White with #952CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,44,188); }

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

background-color css

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

 a { background-color: rgb(149,44,188); }

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

border-color css

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

 span { border-color: rgb(149,44,188); }

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