Html Css Color HEX #DB82CD Orchid

📋 copy color: '#DB82CD'

red 219 ◦ green 130 ◦ blue 205

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

Shades of Orchid #DB82CD

Tints of Orchid #DB82CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37%

R = 39.53%
G = 23.47%
B = 37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB82CD (or 0xDB82CD) is known color: Orchid. HEX triplet: DB, 82 and CD. RGB value is (219,130,205). Sum of RGB (Red+Green+Blue) = 219+130+205=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82CD is #247D32. Grayscale: #A4A4A4. Windows color (decimal): -2391347 or 13468379. OLE color: 13468379.

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

Color convert

RGB 219 130 205 -
CMYK 0 0.41 0.06 0.14
HSL 309.44º 0.55% 0.68% -
HSV(B) 309.44º 0.41% 0.86% -
XYZ 48.22 35.43 62.06 -
YUV 165.16 150.49 166.4 -
System Red Green Blue C M Y K H S L
Decimal 219 130 205 0 0.41 0.06 0.14 309.44 0.55 0.68
Hex DB 82 CD 0 29 6 E 135 37 44
Octal 333 202 315 0 51 6 16 465 67 104
Binary 11011011 10000010 11001101 0 101001 110 1110 100110101 110111 1000100

Color Harmonies of #DB82CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82CD

Black with #DB82CD

Text Example


Text Example

White with #DB82CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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