Html Css Color HEX #DB75C9 Orchid

📋 copy color: '#DB75C9'

red 219 ◦ green 117 ◦ blue 201

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

Shades of Orchid #DB75C9

Tints of Orchid #DB75C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.43%

R = 40.78%
G = 21.79%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB75C9 (or 0xDB75C9) is known color: Orchid. HEX triplet: DB, 75 and C9. RGB value is (219,117,201). Sum of RGB (Red+Green+Blue) = 219+117+201=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75C9 is #248A36. Grayscale: #9C9C9C. Windows color (decimal): -2394679 or 13202907. OLE color: 13202907.

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

Color convert

RGB 219 117 201 -
CMYK 0 0.47 0.08 0.14
HSL 310.59º 0.59% 0.66% -
HSV(B) 310.59º 0.47% 0.86% -
XYZ 46.12 32 59 -
YUV 157.07 152.79 172.17 -
System Red Green Blue C M Y K H S L
Decimal 219 117 201 0 0.47 0.08 0.14 310.59 0.59 0.66
Hex DB 75 C9 0 2F 8 E 137 3B 42
Octal 333 165 311 0 57 10 16 467 73 102
Binary 11011011 1110101 11001001 0 101111 1000 1110 100110111 111011 1000010

Color Harmonies of #DB75C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75C9

Black with #DB75C9

Text Example


Text Example

White with #DB75C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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