Html Css Color HEX #D084CE Orchid

📋 copy color: '#D084CE'

red 208 ◦ green 132 ◦ blue 206

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

Shades of Orchid #D084CE

Tints of Orchid #D084CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 38.1%
G = 24.18%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D084CE (or 0xD084CE) is known color: Orchid. HEX triplet: D0, 84 and CE. RGB value is (208,132,206). Sum of RGB (Red+Green+Blue) = 208+132+206=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D084CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084CE is #2F7B31. Grayscale: #A2A2A2. Windows color (decimal): -3111730 or 13534416. OLE color: 13534416.

HSL color Cylindrical-coordinate representation of color #D084CE: hue angle of 301.58º 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 #D084CE is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 132 206 -
CMYK 0 0.37 0.01 0.18
HSL 301.58º 0.45% 0.67% -
HSV(B) 301.58º 0.37% 0.82% -
XYZ 45.4 34.37 62.63 -
YUV 163.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 208 132 206 0 0.37 0.01 0.18 301.58 0.45 0.67
Hex D0 84 CE 0 25 1 12 12E 2D 43
Octal 320 204 316 0 45 1 22 456 55 103
Binary 11010000 10000100 11001110 0 100101 1 10010 100101110 101101 1000011

Color Harmonies of #D084CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D084CE

Black with #D084CE

Text Example


Text Example

White with #D084CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D084CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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