Html Css Color HEX #D074DB Orchid

📋 copy color: '#D074DB'

red 208 ◦ green 116 ◦ blue 219

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

Shades of Orchid #D074DB

Tints of Orchid #D074DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.36%

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

R = 38.31%
G = 21.36%
B = 40.33%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D074DB (or 0xD074DB) is known color: Orchid. HEX triplet: D0, 74 and DB. RGB value is (208,116,219). Sum of RGB (Red+Green+Blue) = 208+116+219=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #D074DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074DB is #2F8B24. Grayscale: #9A9A9A. Windows color (decimal): -3115813 or 14382288. OLE color: 14382288.

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

Color convert

RGB 208 116 219 -
CMYK 0.05 0.47 0 0.14
HSL 293.59º 0.59% 0.66% -
HSV(B) 293.59º 0.47% 0.86% -
XYZ 45.04 31.02 70.63 -
YUV 155.25 163.98 165.62 -
System Red Green Blue C M Y K H S L
Decimal 208 116 219 0.05 0.47 0 0.14 293.59 0.59 0.66
Hex D0 74 DB 5 2F 0 E 126 3B 42
Octal 320 164 333 5 57 0 16 446 73 102
Binary 11010000 1110100 11011011 101 101111 0 1110 100100110 111011 1000010

Color Harmonies of #D074DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D074DB

Black with #D074DB

Text Example


Text Example

White with #D074DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D074DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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