Html Css Color HEX #D48AD0 Orchid

📋 copy color: '#D48AD0'

red 212 ◦ green 138 ◦ blue 208

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

Shades of Orchid #D48AD0

Tints of Orchid #D48AD0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.73%

 BLUE value IS 208 (81.64% from 255) = 37.28%

R = 37.99%
G = 24.73%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D48AD0 (or 0xD48AD0) is known color: Orchid. HEX triplet: D4, 8A and D0. RGB value is (212,138,208). Sum of RGB (Red+Green+Blue) = 212+138+208=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48AD0 is #2B752F. Grayscale: #A7A7A7. Windows color (decimal): -2848048 or 13667028. OLE color: 13667028.

HSL color Cylindrical-coordinate representation of color #D48AD0: hue angle of 303.24º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48AD0 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 138 208 -
CMYK 0 0.35 0.02 0.17
HSL 303.24º 0.46% 0.69% -
HSV(B) 303.24º 0.35% 0.83% -
XYZ 47.63 36.73 64.25 -
YUV 168.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 212 138 208 0 0.35 0.02 0.17 303.24 0.46 0.69
Hex D4 8A D0 0 23 2 11 12F 2E 45
Octal 324 212 320 0 43 2 21 457 56 105
Binary 11010100 10001010 11010000 0 100011 10 10001 100101111 101110 1000101

Color Harmonies of #D48AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48AD0

Black with #D48AD0

Text Example


Text Example

White with #D48AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48AD0; }

 p { color: rgb(212,138,208); }

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

background-color css

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

 a { background-color: rgb(212,138,208); }

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

border-color css

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

 span { border-color: rgb(212,138,208); }

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