Html Css Color HEX #DB83C6 Orchid

📋 copy color: '#DB83C6'

red 219 ◦ green 131 ◦ blue 198

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

Shades of Orchid #DB83C6

Tints of Orchid #DB83C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.13%

R = 39.96%
G = 23.91%
B = 36.13%

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

#DB83C6 (or 0xDB83C6) is known color: Orchid. HEX triplet: DB, 83 and C6. RGB value is (219,131,198). Sum of RGB (Red+Green+Blue) = 219+131+198=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83C6 is #247C39. Grayscale: #A4A4A4. Windows color (decimal): -2391098 or 13009883. OLE color: 13009883.

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

Color convert

RGB 219 131 198 -
CMYK 0 0.40 0.10 0.14
HSL 314.32º 0.55% 0.69% -
HSV(B) 314.32º 0.4% 0.86% -
XYZ 47.52 35.37 57.75 -
YUV 164.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 219 131 198 0 0.40 0.10 0.14 314.32 0.55 0.69
Hex DB 83 C6 0 28 A E 13A 37 45
Octal 333 203 306 0 50 12 16 472 67 105
Binary 11011011 10000011 11000110 0 101000 1010 1110 100111010 110111 1000101

Color Harmonies of #DB83C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB83C6

Black with #DB83C6

Text Example


Text Example

White with #DB83C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB83C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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