Html Css Color HEX #D075B9 Orchid

📋 copy color: '#D075B9'

red 208 ◦ green 117 ◦ blue 185

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

Shades of Orchid #D075B9

Tints of Orchid #D075B9

RGB

 RED value IS 208 (81.64% from 255) = 40.78%

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

 BLUE value IS 185 (72.66% from 255) = 36.27%

R = 40.78%
G = 22.94%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D075B9 (or 0xD075B9) is known color: Orchid. HEX triplet: D0, 75 and B9. RGB value is (208,117,185). Sum of RGB (Red+Green+Blue) = 208+117+185=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D075B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075B9 is #2F8A46. Grayscale: #979797. Windows color (decimal): -3115591 or 12154320. OLE color: 12154320.

HSL color Cylindrical-coordinate representation of color #D075B9: hue angle of 315.16º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D075B9 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 117 185 -
CMYK 0 0.44 0.11 0.18
HSL 315.16º 0.49% 0.64% -
HSV(B) 315.16º 0.44% 0.82% -
XYZ 41.13 29.64 49.45 -
YUV 151.96 146.65 167.97 -
System Red Green Blue C M Y K H S L
Decimal 208 117 185 0 0.44 0.11 0.18 315.16 0.49 0.64
Hex D0 75 B9 0 2C B 12 13B 31 40
Octal 320 165 271 0 54 13 22 473 61 100
Binary 11010000 1110101 10111001 0 101100 1011 10010 100111011 110001 1000000

Color Harmonies of #D075B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075B9

Black with #D075B9

Text Example


Text Example

White with #D075B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075B9; }

 p { color: rgb(208,117,185); }

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

background-color css

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

 a { background-color: rgb(208,117,185); }

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

border-color css

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

 span { border-color: rgb(208,117,185); }

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