Html Css Color HEX #DB75CD Orchid

📋 copy color: '#DB75CD'

red 219 ◦ green 117 ◦ blue 205

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

Shades of Orchid #DB75CD

Tints of Orchid #DB75CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.89%

R = 40.48%
G = 21.63%
B = 37.89%

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

#DB75CD (or 0xDB75CD) is known color: Orchid. HEX triplet: DB, 75 and CD. RGB value is (219,117,205). Sum of RGB (Red+Green+Blue) = 219+117+205=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75CD is #248A32. Grayscale: #9D9D9D. Windows color (decimal): -2394675 or 13465051. OLE color: 13465051.

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

Color convert

RGB 219 117 205 -
CMYK 0 0.47 0.06 0.14
HSL 308.24º 0.59% 0.66% -
HSV(B) 308.24º 0.47% 0.86% -
XYZ 46.59 32.19 61.52 -
YUV 157.53 154.79 171.84 -
System Red Green Blue C M Y K H S L
Decimal 219 117 205 0 0.47 0.06 0.14 308.24 0.59 0.66
Hex DB 75 CD 0 2F 6 E 134 3B 42
Octal 333 165 315 0 57 6 16 464 73 102
Binary 11011011 1110101 11001101 0 101111 110 1110 100110100 111011 1000010

Color Harmonies of #DB75CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75CD

Black with #DB75CD

Text Example


Text Example

White with #DB75CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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