Html Css Color HEX #DB75CE Orchid

📋 copy color: '#DB75CE'

red 219 ◦ green 117 ◦ blue 206

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

Shades of Orchid #DB75CE

Tints of Orchid #DB75CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 40.41%
G = 21.59%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB75CE (or 0xDB75CE) is known color: Orchid. HEX triplet: DB, 75 and CE. RGB value is (219,117,206). Sum of RGB (Red+Green+Blue) = 219+117+206=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75CE is #248A31. Grayscale: #9D9D9D. Windows color (decimal): -2394674 or 13530587. OLE color: 13530587.

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

Color convert

RGB 219 117 206 -
CMYK 0 0.47 0.06 0.14
HSL 307.65º 0.59% 0.66% -
HSV(B) 307.65º 0.47% 0.86% -
XYZ 46.72 32.24 62.15 -
YUV 157.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 219 117 206 0 0.47 0.06 0.14 307.65 0.59 0.66
Hex DB 75 CE 0 2F 6 E 134 3B 42
Octal 333 165 316 0 57 6 16 464 73 102
Binary 11011011 1110101 11001110 0 101111 110 1110 100110100 111011 1000010

Color Harmonies of #DB75CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75CE

Black with #DB75CE

Text Example


Text Example

White with #DB75CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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