Html Css Color HEX #D074DF Orchid

📋 copy color: '#D074DF'

red 208 ◦ green 116 ◦ blue 223

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

Shades of Orchid #D074DF

Tints of Orchid #D074DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 38.03%
G = 21.21%
B = 40.77%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D074DF (or 0xD074DF) is known color: Orchid. HEX triplet: D0, 74 and DF. RGB value is (208,116,223). Sum of RGB (Red+Green+Blue) = 208+116+223=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #D074DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074DF is #2F8B20. Grayscale: #9B9B9B. Windows color (decimal): -3115809 or 14644432. OLE color: 14644432.

HSL color Cylindrical-coordinate representation of color #D074DF: hue angle of 291.59º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D074DF is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 116 223 -
CMYK 0.07 0.48 0 0.13
HSL 291.59º 0.63% 0.66% -
HSV(B) 291.59º 0.48% 0.87% -
XYZ 45.58 31.23 73.44 -
YUV 155.71 165.98 165.3 -
System Red Green Blue C M Y K H S L
Decimal 208 116 223 0.07 0.48 0 0.13 291.59 0.63 0.66
Hex D0 74 DF 7 30 0 D 124 3F 42
Octal 320 164 337 7 60 0 15 444 77 102
Binary 11010000 1110100 11011111 111 110000 0 1101 100100100 111111 1000010

Color Harmonies of #D074DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D074DF

Black with #D074DF

Text Example


Text Example

White with #D074DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D074DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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