Html Css Color HEX #D07FD1 Orchid

📋 copy color: '#D07FD1'

red 208 ◦ green 127 ◦ blue 209

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

Shades of Orchid #D07FD1

Tints of Orchid #D07FD1

RGB

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

 GREEN value IS 127 (50% from 255) = 23.35%

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

R = 38.24%
G = 23.35%
B = 38.42%

CMYK

 C value IS 0.00

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D07FD1 (or 0xD07FD1) is known color: Orchid. HEX triplet: D0, 7F and D1. RGB value is (208,127,209). Sum of RGB (Red+Green+Blue) = 208+127+209=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #D07FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FD1 is #2F802E. Grayscale: #A0A0A0. Windows color (decimal): -3113007 or 13729744. OLE color: 13729744.

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

Color convert

RGB 208 127 209 -
CMYK 0.00 0.39 0 0.18
HSL 299.27º 0.47% 0.66% -
HSV(B) 299.27º 0.39% 0.82% -
XYZ 45.11 33.19 64.35 -
YUV 160.57 155.34 161.83 -
System Red Green Blue C M Y K H S L
Decimal 208 127 209 0.00 0.39 0 0.18 299.27 0.47 0.66
Hex D0 7F D1 0 27 0 12 12B 2F 42
Octal 320 177 321 0 47 0 22 453 57 102
Binary 11010000 1111111 11010001 0 100111 0 10010 100101011 101111 1000010

Color Harmonies of #D07FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FD1

Black with #D07FD1

Text Example


Text Example

White with #D07FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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