Html Css Color HEX #D07FDD Orchid

📋 copy color: '#D07FDD'

red 208 ◦ green 127 ◦ blue 221

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

Shades of Orchid #D07FDD

Tints of Orchid #D07FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 37.41%
G = 22.84%
B = 39.75%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D07FDD (or 0xD07FDD) is known color: Orchid. HEX triplet: D0, 7F and DD. RGB value is (208,127,221). Sum of RGB (Red+Green+Blue) = 208+127+221=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #D07FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FDD is #2F8022. Grayscale: #A1A1A1. Windows color (decimal): -3112995 or 14516176. OLE color: 14516176.

HSL color Cylindrical-coordinate representation of color #D07FDD: hue angle of 291.7º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07FDD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 127 221 -
CMYK 0.06 0.43 0 0.13
HSL 291.7º 0.58% 0.68% -
HSV(B) 291.7º 0.43% 0.87% -
XYZ 46.65 33.81 72.47 -
YUV 161.94 161.34 160.86 -
System Red Green Blue C M Y K H S L
Decimal 208 127 221 0.06 0.43 0 0.13 291.7 0.58 0.68
Hex D0 7F DD 6 2B 0 D 124 3A 44
Octal 320 177 335 6 53 0 15 444 72 104
Binary 11010000 1111111 11011101 110 101011 0 1101 100100100 111010 1000100

Color Harmonies of #D07FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FDD

Black with #D07FDD

Text Example


Text Example

White with #D07FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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