Html Css Color HEX #D481DC Orchid

📋 copy color: '#D481DC'

red 212 ◦ green 129 ◦ blue 220

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

Shades of Orchid #D481DC

Tints of Orchid #D481DC

RGB

 RED value IS 212 (83.2% from 255) = 37.79%

 GREEN value IS 129 (50.78% from 255) = 22.99%

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 37.79%
G = 22.99%
B = 39.22%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D481DC (or 0xD481DC) is known color: Orchid. HEX triplet: D4, 81 and DC. RGB value is (212,129,220). Sum of RGB (Red+Green+Blue) = 212+129+220=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #D481DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481DC is #2B7E23. Grayscale: #A3A3A3. Windows color (decimal): -2850340 or 14451156. OLE color: 14451156.

HSL color Cylindrical-coordinate representation of color #D481DC: hue angle of 294.73º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D481DC is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 129 220 -
CMYK 0.04 0.41 0 0.14
HSL 294.73º 0.57% 0.68% -
HSV(B) 294.73º 0.41% 0.86% -
XYZ 47.92 34.86 71.91 -
YUV 164.19 159.5 162.1 -
System Red Green Blue C M Y K H S L
Decimal 212 129 220 0.04 0.41 0 0.14 294.73 0.57 0.68
Hex D4 81 DC 4 29 0 E 127 39 44
Octal 324 201 334 4 51 0 16 447 71 104
Binary 11010100 10000001 11011100 100 101001 0 1110 100100111 111001 1000100

Color Harmonies of #D481DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D481DC

Black with #D481DC

Text Example


Text Example

White with #D481DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D481DC; }

 p { color: rgb(212,129,220); }

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

background-color css

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

 a { background-color: rgb(212,129,220); }

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

border-color css

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

 span { border-color: rgb(212,129,220); }

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