Html Css Color HEX #D084D7 Orchid

📋 copy color: '#D084D7'

red 208 ◦ green 132 ◦ blue 215

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

Shades of Orchid #D084D7

Tints of Orchid #D084D7

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.78%

 BLUE value IS 215 (84.38% from 255) = 38.74%

R = 37.48%
G = 23.78%
B = 38.74%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D084D7 (or 0xD084D7) is known color: Orchid. HEX triplet: D0, 84 and D7. RGB value is (208,132,215). Sum of RGB (Red+Green+Blue) = 208+132+215=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #D084D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084D7 is #2F7B28. Grayscale: #A3A3A3. Windows color (decimal): -3111721 or 14124240. OLE color: 14124240.

HSL color Cylindrical-coordinate representation of color #D084D7: hue angle of 294.94º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D084D7 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 132 215 -
CMYK 0.03 0.39 0 0.16
HSL 294.94º 0.51% 0.68% -
HSV(B) 294.94º 0.39% 0.84% -
XYZ 46.53 34.82 68.56 -
YUV 164.19 156.68 159.25 -
System Red Green Blue C M Y K H S L
Decimal 208 132 215 0.03 0.39 0 0.16 294.94 0.51 0.68
Hex D0 84 D7 3 27 0 10 127 33 44
Octal 320 204 327 3 47 0 20 447 63 104
Binary 11010000 10000100 11010111 11 100111 0 10000 100100111 110011 1000100

Color Harmonies of #D084D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D084D7

Black with #D084D7

Text Example


Text Example

White with #D084D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D084D7; }

 p { color: rgb(208,132,215); }

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

background-color css

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

 a { background-color: rgb(208,132,215); }

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

border-color css

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

 span { border-color: rgb(208,132,215); }

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