Html Css Color HEX #D07ABD Orchid

📋 copy color: '#D07ABD'

red 208 ◦ green 122 ◦ blue 189

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

Shades of Orchid #D07ABD

Tints of Orchid #D07ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.42%

R = 40.08%
G = 23.51%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D07ABD (or 0xD07ABD) is known color: Orchid. HEX triplet: D0, 7A and BD. RGB value is (208,122,189). Sum of RGB (Red+Green+Blue) = 208+122+189=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ABD is #2F8542. Grayscale: #9B9B9B. Windows color (decimal): -3114307 or 12417744. OLE color: 12417744.

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

Color convert

RGB 208 122 189 -
CMYK 0 0.41 0.09 0.18
HSL 313.26º 0.48% 0.65% -
HSV(B) 313.26º 0.41% 0.82% -
XYZ 42.16 31 51.91 -
YUV 155.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 208 122 189 0 0.41 0.09 0.18 313.26 0.48 0.65
Hex D0 7A BD 0 29 9 12 139 30 41
Octal 320 172 275 0 51 11 22 471 60 101
Binary 11010000 1111010 10111101 0 101001 1001 10010 100111001 110000 1000001

Color Harmonies of #D07ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07ABD

Black with #D07ABD

Text Example


Text Example

White with #D07ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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