Html Css Color HEX #DB75C5 Orchid

📋 copy color: '#DB75C5'

red 219 ◦ green 117 ◦ blue 197

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

Shades of Orchid #DB75C5

Tints of Orchid #DB75C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.96%

R = 41.09%
G = 21.95%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB75C5 (or 0xDB75C5) is known color: Orchid. HEX triplet: DB, 75 and C5. RGB value is (219,117,197). Sum of RGB (Red+Green+Blue) = 219+117+197=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75C5 is #248A3A. Grayscale: #9C9C9C. Windows color (decimal): -2394683 or 12940763. OLE color: 12940763.

HSL color Cylindrical-coordinate representation of color #DB75C5: hue angle of 312.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB75C5 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 117 197 -
CMYK 0 0.47 0.10 0.14
HSL 312.94º 0.59% 0.66% -
HSV(B) 312.94º 0.47% 0.86% -
XYZ 45.65 31.81 56.56 -
YUV 156.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 219 117 197 0 0.47 0.10 0.14 312.94 0.59 0.66
Hex DB 75 C5 0 2F A E 139 3B 42
Octal 333 165 305 0 57 12 16 471 73 102
Binary 11011011 1110101 11000101 0 101111 1010 1110 100111001 111011 1000010

Color Harmonies of #DB75C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75C5

Black with #DB75C5

Text Example


Text Example

White with #DB75C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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