Html Css Color HEX #D075B7 Orchid

📋 copy color: '#D075B7'

red 208 ◦ green 117 ◦ blue 183

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

Shades of Orchid #D075B7

Tints of Orchid #D075B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.02%

R = 40.94%
G = 23.03%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D075B7 (or 0xD075B7) is known color: Orchid. HEX triplet: D0, 75 and B7. RGB value is (208,117,183). Sum of RGB (Red+Green+Blue) = 208+117+183=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D075B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075B7 is #2F8A48. Grayscale: #979797. Windows color (decimal): -3115593 or 12023248. OLE color: 12023248.

HSL color Cylindrical-coordinate representation of color #D075B7: hue angle of 316.48º 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 #D075B7 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 117 183 -
CMYK 0 0.44 0.12 0.18
HSL 316.48º 0.49% 0.64% -
HSV(B) 316.48º 0.44% 0.82% -
XYZ 40.92 29.55 48.35 -
YUV 151.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 208 117 183 0 0.44 0.12 0.18 316.48 0.49 0.64
Hex D0 75 B7 0 2C C 12 13C 31 40
Octal 320 165 267 0 54 14 22 474 61 100
Binary 11010000 1110101 10110111 0 101100 1100 10010 100111100 110001 1000000

Color Harmonies of #D075B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075B7

Black with #D075B7

Text Example


Text Example

White with #D075B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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