Html Css Color HEX #DB83C5 Orchid

📋 copy color: '#DB83C5'

red 219 ◦ green 131 ◦ blue 197

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

Shades of Orchid #DB83C5

Tints of Orchid #DB83C5

RGB

 RED value IS 219 (85.94% from 255) = 40.04%

 GREEN value IS 131 (51.56% from 255) = 23.95%

 BLUE value IS 197 (77.34% from 255) = 36.01%

R = 40.04%
G = 23.95%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB83C5 (or 0xDB83C5) is known color: Orchid. HEX triplet: DB, 83 and C5. RGB value is (219,131,197). Sum of RGB (Red+Green+Blue) = 219+131+197=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83C5 is #247C3A. Grayscale: #A4A4A4. Windows color (decimal): -2391099 or 12944347. OLE color: 12944347.

HSL color Cylindrical-coordinate representation of color #DB83C5: hue angle of 315º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB83C5 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 197 -
CMYK 0 0.40 0.10 0.14
HSL 315º 0.55% 0.69% -
HSV(B) 315º 0.4% 0.86% -
XYZ 47.41 35.32 57.14 -
YUV 164.84 146.15 166.63 -
System Red Green Blue C M Y K H S L
Decimal 219 131 197 0 0.40 0.10 0.14 315 0.55 0.69
Hex DB 83 C5 0 28 A E 13B 37 45
Octal 333 203 305 0 50 12 16 473 67 105
Binary 11011011 10000011 11000101 0 101000 1010 1110 100111011 110111 1000101

Color Harmonies of #DB83C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB83C5

Black with #DB83C5

Text Example


Text Example

White with #DB83C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB83C5; }

 p { color: rgb(219,131,197); }

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

background-color css

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

 a { background-color: rgb(219,131,197); }

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

border-color css

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

 span { border-color: rgb(219,131,197); }

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