Html Css Color HEX #DB75DD Orchid

📋 copy color: '#DB75DD'

red 219 ◦ green 117 ◦ blue 221

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

Shades of Orchid #DB75DD

Tints of Orchid #DB75DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.01%

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 39.32%
G = 21.01%
B = 39.68%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB75DD (or 0xDB75DD) is known color: Orchid. HEX triplet: DB, 75 and DD. RGB value is (219,117,221). Sum of RGB (Red+Green+Blue) = 219+117+221=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB75DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75DD is #248A22. Grayscale: #9F9F9F. Windows color (decimal): -2394659 or 14513627. OLE color: 14513627.

HSL color Cylindrical-coordinate representation of color #DB75DD: hue angle of 298.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB75DD is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 117 221 -
CMYK 0.01 0.47 0 0.13
HSL 298.85º 0.6% 0.66% -
HSV(B) 298.85º 0.47% 0.87% -
XYZ 48.63 33 72.21 -
YUV 159.35 162.79 170.54 -
System Red Green Blue C M Y K H S L
Decimal 219 117 221 0.01 0.47 0 0.13 298.85 0.6 0.66
Hex DB 75 DD 1 2F 0 D 12B 3C 42
Octal 333 165 335 1 57 0 15 453 74 102
Binary 11011011 1110101 11011101 1 101111 0 1101 100101011 111100 1000010

Color Harmonies of #DB75DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75DD

Black with #DB75DD

Text Example


Text Example

White with #DB75DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75DD; }

 p { color: rgb(219,117,221); }

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

background-color css

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

 a { background-color: rgb(219,117,221); }

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

border-color css

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

 span { border-color: rgb(219,117,221); }

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