Html Css Color HEX #D084C4 Orchid

📋 copy color: '#D084C4'

red 208 ◦ green 132 ◦ blue 196

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

Shades of Orchid #D084C4

Tints of Orchid #D084C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.57%

R = 38.81%
G = 24.63%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D084C4 (or 0xD084C4) is known color: Orchid. HEX triplet: D0, 84 and C4. RGB value is (208,132,196). Sum of RGB (Red+Green+Blue) = 208+132+196=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D084C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084C4 is #2F7B3B. Grayscale: #A1A1A1. Windows color (decimal): -3111740 or 12879056. OLE color: 12879056.

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

Color convert

RGB 208 132 196 -
CMYK 0 0.37 0.06 0.18
HSL 309.47º 0.45% 0.67% -
HSV(B) 309.47º 0.37% 0.82% -
XYZ 44.23 33.9 56.44 -
YUV 162.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 208 132 196 0 0.37 0.06 0.18 309.47 0.45 0.67
Hex D0 84 C4 0 25 6 12 135 2D 43
Octal 320 204 304 0 45 6 22 465 55 103
Binary 11010000 10000100 11000100 0 100101 110 10010 100110101 101101 1000011

Color Harmonies of #D084C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D084C4

Black with #D084C4

Text Example


Text Example

White with #D084C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D084C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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