Html Css Color HEX #943FCD Dark Orchid

📋 copy color: '#943FCD'

red 148 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #943FCD

Tints of Dark Orchid #943FCD

RGB

 RED value IS 148 (58.2% from 255) = 35.58%

 GREEN value IS 63 (25% from 255) = 15.14%

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 35.58%
G = 15.14%
B = 49.28%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#943FCD (or 0x943FCD) is known color: Dark Orchid. HEX triplet: 94, 3F and CD. RGB value is (148,63,205). Sum of RGB (Red+Green+Blue) = 148+63+205=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #943FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943FCD is #6BC032. Grayscale: #686868. Windows color (decimal): -7061555 or 13451156. OLE color: 13451156.

HSL color Cylindrical-coordinate representation of color #943FCD: hue angle of 275.92º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #943FCD is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 63 205 -
CMYK 0.28 0.69 0 0.20
HSL 275.92º 0.59% 0.53% -
HSV(B) 275.92º 0.69% 0.8% -
XYZ 25.01 14.26 59.19 -
YUV 104.6 184.66 158.95 -
System Red Green Blue C M Y K H S L
Decimal 148 63 205 0.28 0.69 0 0.20 275.92 0.59 0.53
Hex 94 3F CD 1C 45 0 14 114 3B 35
Octal 224 77 315 34 105 0 24 424 73 65
Binary 10010100 111111 11001101 11100 1000101 0 10100 100010100 111011 110101

Color Harmonies of #943FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943FCD

Black with #943FCD

Text Example


Text Example

White with #943FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943FCD; }

 p { color: rgb(148,63,205); }

 H1.HeaderClassName
 {
   color: #943FCD;
 }
 .AnyTagClassName
 {
   color: #943FCD;
 }
</style>

background-color css

<style>
 a { background-color: #943FCD; }

 a { background-color: rgb(148,63,205); }

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

border-color css

<style>
 span { border-color: #943FCD; }

 span { border-color: rgb(148,63,205); }

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