Html Css Color HEX #883BCA Dark Orchid

📋 copy color: '#883BCA'

red 136 ◦ green 59 ◦ blue 202

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

Shades of Dark Orchid #883BCA

Tints of Dark Orchid #883BCA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.86%

 BLUE value IS 202 (79.3% from 255) = 50.88%

R = 34.26%
G = 14.86%
B = 50.88%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#883BCA (or 0x883BCA) is known color: Dark Orchid. HEX triplet: 88, 3B and CA. RGB value is (136,59,202). Sum of RGB (Red+Green+Blue) = 136+59+202=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #883BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BCA is #77C435. Grayscale: #616161. Windows color (decimal): -7849014 or 13253512. OLE color: 13253512.

HSL color Cylindrical-coordinate representation of color #883BCA: hue angle of 272.31º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #883BCA is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 59 202 -
CMYK 0.33 0.71 0 0.21
HSL 272.31º 0.57% 0.51% -
HSV(B) 272.31º 0.71% 0.79% -
XYZ 22.38 12.63 57.13 -
YUV 98.33 186.51 154.87 -
System Red Green Blue C M Y K H S L
Decimal 136 59 202 0.33 0.71 0 0.21 272.31 0.57 0.51
Hex 88 3B CA 21 47 0 15 110 39 33
Octal 210 73 312 41 107 0 25 420 71 63
Binary 10001000 111011 11001010 100001 1000111 0 10101 100010000 111001 110011

Color Harmonies of #883BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883BCA

Black with #883BCA

Text Example


Text Example

White with #883BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,59,202); }

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

background-color css

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

 a { background-color: rgb(136,59,202); }

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

border-color css

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

 span { border-color: rgb(136,59,202); }

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