Html Css Color HEX #D075B6 Orchid

📋 copy color: '#D075B6'

red 208 ◦ green 117 ◦ blue 182

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

Shades of Orchid #D075B6

Tints of Orchid #D075B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.9%

R = 41.03%
G = 23.08%
B = 35.9%

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

#D075B6 (or 0xD075B6) is known color: Orchid. HEX triplet: D0, 75 and B6. RGB value is (208,117,182). Sum of RGB (Red+Green+Blue) = 208+117+182=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D075B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075B6 is #2F8A49. Grayscale: #979797. Windows color (decimal): -3115594 or 11957712. OLE color: 11957712.

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

Color convert

RGB 208 117 182 -
CMYK 0 0.44 0.12 0.18
HSL 317.14º 0.49% 0.64% -
HSV(B) 317.14º 0.44% 0.82% -
XYZ 40.82 29.51 47.8 -
YUV 151.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 208 117 182 0 0.44 0.12 0.18 317.14 0.49 0.64
Hex D0 75 B6 0 2C C 12 13D 31 40
Octal 320 165 266 0 54 14 22 475 61 100
Binary 11010000 1110101 10110110 0 101100 1100 10010 100111101 110001 1000000

Color Harmonies of #D075B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075B6

Black with #D075B6

Text Example


Text Example

White with #D075B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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