Html Css Color HEX #D07AD1 Orchid

📋 copy color: '#D07AD1'

red 208 ◦ green 122 ◦ blue 209

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

Shades of Orchid #D07AD1

Tints of Orchid #D07AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.78%

R = 38.59%
G = 22.63%
B = 38.78%

CMYK

 C value IS 0.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D07AD1 (or 0xD07AD1) is known color: Orchid. HEX triplet: D0, 7A and D1. RGB value is (208,122,209). Sum of RGB (Red+Green+Blue) = 208+122+209=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: blue. Hex color #D07AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07AD1 is #2F852E. Grayscale: #9D9D9D. Windows color (decimal): -3114287 or 13728464. OLE color: 13728464.

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

Color convert

RGB 208 122 209 -
CMYK 0.00 0.42 0 0.18
HSL 299.31º 0.49% 0.65% -
HSV(B) 299.31º 0.42% 0.82% -
XYZ 44.48 31.93 64.14 -
YUV 157.63 156.99 163.93 -
System Red Green Blue C M Y K H S L
Decimal 208 122 209 0.00 0.42 0 0.18 299.31 0.49 0.65
Hex D0 7A D1 0 2A 0 12 12B 31 41
Octal 320 172 321 0 52 0 22 453 61 101
Binary 11010000 1111010 11010001 0 101010 0 10010 100101011 110001 1000001

Color Harmonies of #D07AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07AD1

Black with #D07AD1

Text Example


Text Example

White with #D07AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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