Html Css Color HEX #883CCF Dark Orchid

📋 copy color: '#883CCF'

red 136 ◦ green 60 ◦ blue 207

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

Shades of Dark Orchid #883CCF

Tints of Dark Orchid #883CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.89%

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

R = 33.75%
G = 14.89%
B = 51.36%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#883CCF (or 0x883CCF) is known color: Dark Orchid. HEX triplet: 88, 3C and CF. RGB value is (136,60,207). Sum of RGB (Red+Green+Blue) = 136+60+207=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #883CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CCF is #77C330. Grayscale: #626262. Windows color (decimal): -7848753 or 13581448. OLE color: 13581448.

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

Color convert

RGB 136 60 207 -
CMYK 0.34 0.71 0 0.19
HSL 271.02º 0.6% 0.52% -
HSV(B) 271.02º 0.71% 0.81% -
XYZ 23.03 12.97 60.32 -
YUV 99.48 188.68 154.05 -
System Red Green Blue C M Y K H S L
Decimal 136 60 207 0.34 0.71 0 0.19 271.02 0.6 0.52
Hex 88 3C CF 22 47 0 13 10F 3C 34
Octal 210 74 317 42 107 0 23 417 74 64
Binary 10001000 111100 11001111 100010 1000111 0 10011 100001111 111100 110100

Color Harmonies of #883CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883CCF

Black with #883CCF

Text Example


Text Example

White with #883CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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