Html Css Color HEX #D07AB8 Orchid

📋 copy color: '#D07AB8'

red 208 ◦ green 122 ◦ blue 184

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

Shades of Orchid #D07AB8

Tints of Orchid #D07AB8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.74%

 BLUE value IS 184 (72.27% from 255) = 35.8%

R = 40.47%
G = 23.74%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D07AB8 (or 0xD07AB8) is known color: Orchid. HEX triplet: D0, 7A and B8. RGB value is (208,122,184). Sum of RGB (Red+Green+Blue) = 208+122+184=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D07AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07AB8 is #2F8547. Grayscale: #9A9A9A. Windows color (decimal): -3114312 or 12090064. OLE color: 12090064.

HSL color Cylindrical-coordinate representation of color #D07AB8: hue angle of 316.74º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07AB8 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 122 184 -
CMYK 0 0.41 0.12 0.18
HSL 316.74º 0.48% 0.65% -
HSV(B) 316.74º 0.41% 0.82% -
XYZ 41.62 30.79 49.1 -
YUV 154.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 208 122 184 0 0.41 0.12 0.18 316.74 0.48 0.65
Hex D0 7A B8 0 29 C 12 13D 30 41
Octal 320 172 270 0 51 14 22 475 60 101
Binary 11010000 1111010 10111000 0 101001 1100 10010 100111101 110000 1000001

Color Harmonies of #D07AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07AB8

Black with #D07AB8

Text Example


Text Example

White with #D07AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07AB8; }

 p { color: rgb(208,122,184); }

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

background-color css

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

 a { background-color: rgb(208,122,184); }

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

border-color css

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

 span { border-color: rgb(208,122,184); }

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