Html Css Color HEX #D084C8 Orchid

📋 copy color: '#D084C8'

red 208 ◦ green 132 ◦ blue 200

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

Shades of Orchid #D084C8

Tints of Orchid #D084C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.04%

R = 38.52%
G = 24.44%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D084C8 (or 0xD084C8) is known color: Orchid. HEX triplet: D0, 84 and C8. RGB value is (208,132,200). Sum of RGB (Red+Green+Blue) = 208+132+200=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D084C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084C8 is #2F7B37. Grayscale: #A2A2A2. Windows color (decimal): -3111736 or 13141200. OLE color: 13141200.

HSL color Cylindrical-coordinate representation of color #D084C8: hue angle of 306.32º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D084C8 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 132 200 -
CMYK 0 0.37 0.04 0.18
HSL 306.32º 0.45% 0.67% -
HSV(B) 306.32º 0.37% 0.82% -
XYZ 44.69 34.08 58.87 -
YUV 162.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 208 132 200 0 0.37 0.04 0.18 306.32 0.45 0.67
Hex D0 84 C8 0 25 4 12 132 2D 43
Octal 320 204 310 0 45 4 22 462 55 103
Binary 11010000 10000100 11001000 0 100101 100 10010 100110010 101101 1000011

Color Harmonies of #D084C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D084C8

Black with #D084C8

Text Example


Text Example

White with #D084C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D084C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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