Html Css Color HEX #DB83C4 Orchid

📋 copy color: '#DB83C4'

red 219 ◦ green 131 ◦ blue 196

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

Shades of Orchid #DB83C4

Tints of Orchid #DB83C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.9%

R = 40.11%
G = 23.99%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB83C4 (or 0xDB83C4) is known color: Orchid. HEX triplet: DB, 83 and C4. RGB value is (219,131,196). Sum of RGB (Red+Green+Blue) = 219+131+196=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83C4 is #247C3B. Grayscale: #A4A4A4. Windows color (decimal): -2391100 or 12878811. OLE color: 12878811.

HSL color Cylindrical-coordinate representation of color #DB83C4: hue angle of 315.68º 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 #DB83C4 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 196 -
CMYK 0 0.40 0.11 0.14
HSL 315.68º 0.55% 0.69% -
HSV(B) 315.68º 0.4% 0.86% -
XYZ 47.29 35.28 56.54 -
YUV 164.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 219 131 196 0 0.40 0.11 0.14 315.68 0.55 0.69
Hex DB 83 C4 0 28 B E 13C 37 45
Octal 333 203 304 0 50 13 16 474 67 105
Binary 11011011 10000011 11000100 0 101000 1011 1110 100111100 110111 1000101

Color Harmonies of #DB83C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB83C4

Black with #DB83C4

Text Example


Text Example

White with #DB83C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB83C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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