Html Css Color HEX #D481E1 Orchid

📋 copy color: '#D481E1'

red 212 ◦ green 129 ◦ blue 225

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

Shades of Orchid #D481E1

Tints of Orchid #D481E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.75%

R = 37.46%
G = 22.79%
B = 39.75%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D481E1 (or 0xD481E1) is known color: Orchid. HEX triplet: D4, 81 and E1. RGB value is (212,129,225). Sum of RGB (Red+Green+Blue) = 212+129+225=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #D481E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481E1 is #2B7E1E. Grayscale: #A4A4A4. Windows color (decimal): -2850335 or 14778836. OLE color: 14778836.

HSL color Cylindrical-coordinate representation of color #D481E1: hue angle of 291.88º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D481E1 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 129 225 -
CMYK 0.06 0.43 0 0.12
HSL 291.88º 0.62% 0.69% -
HSV(B) 291.88º 0.43% 0.88% -
XYZ 48.59 35.13 75.45 -
YUV 164.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 212 129 225 0.06 0.43 0 0.12 291.88 0.62 0.69
Hex D4 81 E1 6 2B 0 C 124 3E 45
Octal 324 201 341 6 53 0 14 444 76 105
Binary 11010100 10000001 11100001 110 101011 0 1100 100100100 111110 1000101

Color Harmonies of #D481E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D481E1

Black with #D481E1

Text Example


Text Example

White with #D481E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D481E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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