Html Css Color HEX #D481DA Orchid

📋 copy color: '#D481DA'

red 212 ◦ green 129 ◦ blue 218

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

Shades of Orchid #D481DA

Tints of Orchid #D481DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39%

R = 37.92%
G = 23.08%
B = 39%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D481DA (or 0xD481DA) is known color: Orchid. HEX triplet: D4, 81 and DA. RGB value is (212,129,218). Sum of RGB (Red+Green+Blue) = 212+129+218=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #D481DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481DA is #2B7E25. Grayscale: #A3A3A3. Windows color (decimal): -2850342 or 14320084. OLE color: 14320084.

HSL color Cylindrical-coordinate representation of color #D481DA: hue angle of 295.96º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D481DA is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 129 218 -
CMYK 0.03 0.41 0 0.15
HSL 295.96º 0.55% 0.68% -
HSV(B) 295.96º 0.41% 0.85% -
XYZ 47.66 34.76 70.53 -
YUV 163.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 212 129 218 0.03 0.41 0 0.15 295.96 0.55 0.68
Hex D4 81 DA 3 29 0 F 128 37 44
Octal 324 201 332 3 51 0 17 450 67 104
Binary 11010100 10000001 11011010 11 101001 0 1111 100101000 110111 1000100

Color Harmonies of #D481DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D481DA

Black with #D481DA

Text Example


Text Example

White with #D481DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D481DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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