Html Css Color HEX #D075BB Orchid

📋 copy color: '#D075BB'

red 208 ◦ green 117 ◦ blue 187

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

Shades of Orchid #D075BB

Tints of Orchid #D075BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.52%

R = 40.63%
G = 22.85%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D075BB (or 0xD075BB) is known color: Orchid. HEX triplet: D0, 75 and BB. RGB value is (208,117,187). Sum of RGB (Red+Green+Blue) = 208+117+187=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D075BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075BB is #2F8A44. Grayscale: #989898. Windows color (decimal): -3115589 or 12285392. OLE color: 12285392.

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

Color convert

RGB 208 117 187 -
CMYK 0 0.44 0.10 0.18
HSL 313.85º 0.49% 0.64% -
HSV(B) 313.85º 0.44% 0.82% -
XYZ 41.34 29.72 50.57 -
YUV 152.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 208 117 187 0 0.44 0.10 0.18 313.85 0.49 0.64
Hex D0 75 BB 0 2C A 12 13A 31 40
Octal 320 165 273 0 54 12 22 472 61 100
Binary 11010000 1110101 10111011 0 101100 1010 10010 100111010 110001 1000000

Color Harmonies of #D075BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075BB

Black with #D075BB

Text Example


Text Example

White with #D075BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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