Html Css Color HEX #D07FDB Orchid

📋 copy color: '#D07FDB'

red 208 ◦ green 127 ◦ blue 219

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

Shades of Orchid #D07FDB

Tints of Orchid #D07FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 37.55%
G = 22.92%
B = 39.53%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D07FDB (or 0xD07FDB) is known color: Orchid. HEX triplet: D0, 7F and DB. RGB value is (208,127,219). Sum of RGB (Red+Green+Blue) = 208+127+219=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #D07FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FDB is #2F8024. Grayscale: #A1A1A1. Windows color (decimal): -3112997 or 14385104. OLE color: 14385104.

HSL color Cylindrical-coordinate representation of color #D07FDB: hue angle of 292.83º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07FDB is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 127 219 -
CMYK 0.05 0.42 0 0.14
HSL 292.83º 0.56% 0.68% -
HSV(B) 292.83º 0.42% 0.86% -
XYZ 46.39 33.7 71.08 -
YUV 161.71 160.34 161.02 -
System Red Green Blue C M Y K H S L
Decimal 208 127 219 0.05 0.42 0 0.14 292.83 0.56 0.68
Hex D0 7F DB 5 2A 0 E 125 38 44
Octal 320 177 333 5 52 0 16 445 70 104
Binary 11010000 1111111 11011011 101 101010 0 1110 100100101 111000 1000100

Color Harmonies of #D07FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FDB

Black with #D07FDB

Text Example


Text Example

White with #D07FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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