Html Css Color HEX #DB75C4 Orchid

📋 copy color: '#DB75C4'

red 219 ◦ green 117 ◦ blue 196

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

Shades of Orchid #DB75C4

Tints of Orchid #DB75C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.84%

R = 41.17%
G = 21.99%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB75C4 (or 0xDB75C4) is known color: Orchid. HEX triplet: DB, 75 and C4. RGB value is (219,117,196). Sum of RGB (Red+Green+Blue) = 219+117+196=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75C4 is #248A3B. Grayscale: #9C9C9C. Windows color (decimal): -2394684 or 12875227. OLE color: 12875227.

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

Color convert

RGB 219 117 196 -
CMYK 0 0.47 0.11 0.14
HSL 313.53º 0.59% 0.66% -
HSV(B) 313.53º 0.47% 0.86% -
XYZ 45.54 31.77 55.96 -
YUV 156.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 219 117 196 0 0.47 0.11 0.14 313.53 0.59 0.66
Hex DB 75 C4 0 2F B E 13A 3B 42
Octal 333 165 304 0 57 13 16 472 73 102
Binary 11011011 1110101 11000100 0 101111 1011 1110 100111010 111011 1000010

Color Harmonies of #DB75C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75C4

Black with #DB75C4

Text Example


Text Example

White with #DB75C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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