Html Css Color HEX #883DCB Dark Orchid

📋 copy color: '#883DCB'

red 136 ◦ green 61 ◦ blue 203

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

Shades of Dark Orchid #883DCB

Tints of Dark Orchid #883DCB

RGB

 RED value IS 136 (53.52% from 255) = 34%

 GREEN value IS 61 (24.22% from 255) = 15.25%

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

R = 34%
G = 15.25%
B = 50.75%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#883DCB (or 0x883DCB) is known color: Dark Orchid. HEX triplet: 88, 3D and CB. RGB value is (136,61,203). Sum of RGB (Red+Green+Blue) = 136+61+203=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #883DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883DCB is #77C234. Grayscale: #636363. Windows color (decimal): -7848501 or 13319560. OLE color: 13319560.

HSL color Cylindrical-coordinate representation of color #883DCB: hue angle of 271.69º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #883DCB is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 61 203 -
CMYK 0.33 0.70 0 0.20
HSL 271.69º 0.58% 0.52% -
HSV(B) 271.69º 0.7% 0.8% -
XYZ 22.6 12.88 57.8 -
YUV 99.61 186.35 153.95 -
System Red Green Blue C M Y K H S L
Decimal 136 61 203 0.33 0.70 0 0.20 271.69 0.58 0.52
Hex 88 3D CB 21 46 0 14 110 3A 34
Octal 210 75 313 41 106 0 24 420 72 64
Binary 10001000 111101 11001011 100001 1000110 0 10100 100010000 111010 110100

Color Harmonies of #883DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883DCB

Black with #883DCB

Text Example


Text Example

White with #883DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,61,203); }

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

background-color css

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

 a { background-color: rgb(136,61,203); }

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

border-color css

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

 span { border-color: rgb(136,61,203); }

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