Html Css Color HEX #DB82CF Orchid

📋 copy color: '#DB82CF'

red 219 ◦ green 130 ◦ blue 207

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

Shades of Orchid #DB82CF

Tints of Orchid #DB82CF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.38%

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

R = 39.39%
G = 23.38%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB82CF (or 0xDB82CF) is known color: Orchid. HEX triplet: DB, 82 and CF. RGB value is (219,130,207). Sum of RGB (Red+Green+Blue) = 219+130+207=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82CF is #247D30. Grayscale: #A5A5A5. Windows color (decimal): -2391345 or 13599451. OLE color: 13599451.

HSL color Cylindrical-coordinate representation of color #DB82CF: hue angle of 308.09º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB82CF is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 130 207 -
CMYK 0 0.41 0.05 0.14
HSL 308.09º 0.55% 0.68% -
HSV(B) 308.09º 0.41% 0.86% -
XYZ 48.46 35.53 63.34 -
YUV 165.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 219 130 207 0 0.41 0.05 0.14 308.09 0.55 0.68
Hex DB 82 CF 0 29 5 E 134 37 44
Octal 333 202 317 0 51 5 16 464 67 104
Binary 11011011 10000010 11001111 0 101001 101 1110 100110100 110111 1000100

Color Harmonies of #DB82CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82CF

Black with #DB82CF

Text Example


Text Example

White with #DB82CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82CF; }

 p { color: rgb(219,130,207); }

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

background-color css

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

 a { background-color: rgb(219,130,207); }

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

border-color css

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

 span { border-color: rgb(219,130,207); }

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