Html Css Color HEX #DB82CC Orchid

📋 copy color: '#DB82CC'

red 219 ◦ green 130 ◦ blue 204

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

Shades of Orchid #DB82CC

Tints of Orchid #DB82CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.89%

R = 39.6%
G = 23.51%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB82CC (or 0xDB82CC) is known color: Orchid. HEX triplet: DB, 82 and CC. RGB value is (219,130,204). Sum of RGB (Red+Green+Blue) = 219+130+204=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82CC is #247D33. Grayscale: #A4A4A4. Windows color (decimal): -2391348 or 13402843. OLE color: 13402843.

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

Color convert

RGB 219 130 204 -
CMYK 0 0.41 0.07 0.14
HSL 310.11º 0.55% 0.68% -
HSV(B) 310.11º 0.41% 0.86% -
XYZ 48.1 35.38 61.42 -
YUV 165.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 219 130 204 0 0.41 0.07 0.14 310.11 0.55 0.68
Hex DB 82 CC 0 29 7 E 136 37 44
Octal 333 202 314 0 51 7 16 466 67 104
Binary 11011011 10000010 11001100 0 101001 111 1110 100110110 110111 1000100

Color Harmonies of #DB82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82CC

Black with #DB82CC

Text Example


Text Example

White with #DB82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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