Html Css Color HEX #883FCF Dark Orchid

📋 copy color: '#883FCF'

red 136 ◦ green 63 ◦ blue 207

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

Shades of Dark Orchid #883FCF

Tints of Dark Orchid #883FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.99%

R = 33.5%
G = 15.52%
B = 50.99%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#883FCF (or 0x883FCF) is known color: Dark Orchid. HEX triplet: 88, 3F and CF. RGB value is (136,63,207). Sum of RGB (Red+Green+Blue) = 136+63+207=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #883FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FCF is #77C030. Grayscale: #646464. Windows color (decimal): -7847985 or 13582216. OLE color: 13582216.

HSL color Cylindrical-coordinate representation of color #883FCF: hue angle of 270.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #883FCF is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 63 207 -
CMYK 0.34 0.70 0 0.19
HSL 270.42º 0.6% 0.53% -
HSV(B) 270.42º 0.7% 0.81% -
XYZ 23.19 13.29 60.38 -
YUV 101.24 187.68 152.79 -
System Red Green Blue C M Y K H S L
Decimal 136 63 207 0.34 0.70 0 0.19 270.42 0.6 0.53
Hex 88 3F CF 22 46 0 13 10E 3C 35
Octal 210 77 317 42 106 0 23 416 74 65
Binary 10001000 111111 11001111 100010 1000110 0 10011 100001110 111100 110101

Color Harmonies of #883FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883FCF

Black with #883FCF

Text Example


Text Example

White with #883FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,63,207); }

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

background-color css

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

 a { background-color: rgb(136,63,207); }

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

border-color css

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

 span { border-color: rgb(136,63,207); }

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