Html Css Color HEX #D07ABF Orchid

📋 copy color: '#D07ABF'

red 208 ◦ green 122 ◦ blue 191

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

Shades of Orchid #D07ABF

Tints of Orchid #D07ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.66%

R = 39.92%
G = 23.42%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D07ABF (or 0xD07ABF) is known color: Orchid. HEX triplet: D0, 7A and BF. RGB value is (208,122,191). Sum of RGB (Red+Green+Blue) = 208+122+191=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ABF is #2F8540. Grayscale: #9B9B9B. Windows color (decimal): -3114305 or 12548816. OLE color: 12548816.

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

Color convert

RGB 208 122 191 -
CMYK 0 0.41 0.08 0.18
HSL 311.86º 0.48% 0.65% -
HSV(B) 311.86º 0.41% 0.82% -
XYZ 42.38 31.09 53.06 -
YUV 155.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 208 122 191 0 0.41 0.08 0.18 311.86 0.48 0.65
Hex D0 7A BF 0 29 8 12 138 30 41
Octal 320 172 277 0 51 10 22 470 60 101
Binary 11010000 1111010 10111111 0 101001 1000 10010 100111000 110000 1000001

Color Harmonies of #D07ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07ABF

Black with #D07ABF

Text Example


Text Example

White with #D07ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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