Html Css Color HEX #D482DA Orchid

📋 copy color: '#D482DA'

red 212 ◦ green 130 ◦ blue 218

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

Shades of Orchid #D482DA

Tints of Orchid #D482DA

RGB

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

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

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

R = 37.86%
G = 23.21%
B = 38.93%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D482DA (or 0xD482DA) is known color: Orchid. HEX triplet: D4, 82 and DA. RGB value is (212,130,218). Sum of RGB (Red+Green+Blue) = 212+130+218=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #D482DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D482DA is #2B7D25. Grayscale: #A4A4A4. Windows color (decimal): -2850086 or 14320340. OLE color: 14320340.

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

Color convert

RGB 212 130 218 -
CMYK 0.03 0.40 0 0.15
HSL 295.91º 0.54% 0.68% -
HSV(B) 295.91º 0.4% 0.85% -
XYZ 47.79 35.02 70.57 -
YUV 164.55 158.17 161.84 -
System Red Green Blue C M Y K H S L
Decimal 212 130 218 0.03 0.40 0 0.15 295.91 0.54 0.68
Hex D4 82 DA 3 28 0 F 128 36 44
Octal 324 202 332 3 50 0 17 450 66 104
Binary 11010100 10000010 11011010 11 101000 0 1111 100101000 110110 1000100

Color Harmonies of #D482DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D482DA

Black with #D482DA

Text Example


Text Example

White with #D482DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D482DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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