Html Css Color HEX #D482DD Orchid

📋 copy color: '#D482DD'

red 212 ◦ green 130 ◦ blue 221

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

Shades of Orchid #D482DD

Tints of Orchid #D482DD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.09%

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 37.66%
G = 23.09%
B = 39.25%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D482DD (or 0xD482DD) is known color: Orchid. HEX triplet: D4, 82 and DD. RGB value is (212,130,221). Sum of RGB (Red+Green+Blue) = 212+130+221=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #D482DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D482DD is #2B7D22. Grayscale: #A4A4A4. Windows color (decimal): -2850083 or 14516948. OLE color: 14516948.

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

Color convert

RGB 212 130 221 -
CMYK 0.04 0.41 0 0.13
HSL 294.07º 0.57% 0.69% -
HSV(B) 294.07º 0.41% 0.87% -
XYZ 48.19 35.18 72.66 -
YUV 164.89 159.67 161.6 -
System Red Green Blue C M Y K H S L
Decimal 212 130 221 0.04 0.41 0 0.13 294.07 0.57 0.69
Hex D4 82 DD 4 29 0 D 126 39 45
Octal 324 202 335 4 51 0 15 446 71 105
Binary 11010100 10000010 11011101 100 101001 0 1101 100100110 111001 1000101

Color Harmonies of #D482DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D482DD

Black with #D482DD

Text Example


Text Example

White with #D482DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D482DD; }

 p { color: rgb(212,130,221); }

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

background-color css

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

 a { background-color: rgb(212,130,221); }

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

border-color css

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

 span { border-color: rgb(212,130,221); }

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