Html Css Color HEX #D38AD0 Orchid

📋 copy color: '#D38AD0'

red 211 ◦ green 138 ◦ blue 208

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

Shades of Orchid #D38AD0

Tints of Orchid #D38AD0

RGB

 RED value IS 211 (82.81% from 255) = 37.88%

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

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

R = 37.88%
G = 24.78%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D38AD0 (or 0xD38AD0) is known color: Orchid. HEX triplet: D3, 8A and D0. RGB value is (211,138,208). Sum of RGB (Red+Green+Blue) = 211+138+208=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 211 - color contains mainly: red. Hex color #D38AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38AD0 is #2C752F. Grayscale: #A7A7A7. Windows color (decimal): -2913584 or 13667027. OLE color: 13667027.

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

Color convert

RGB 211 138 208 -
CMYK 0 0.35 0.01 0.17
HSL 302.47º 0.45% 0.68% -
HSV(B) 302.47º 0.35% 0.83% -
XYZ 47.34 36.58 64.24 -
YUV 167.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 211 138 208 0 0.35 0.01 0.17 302.47 0.45 0.68
Hex D3 8A D0 0 23 1 11 12E 2D 44
Octal 323 212 320 0 43 1 21 456 55 104
Binary 11010011 10001010 11010000 0 100011 1 10001 100101110 101101 1000100

Color Harmonies of #D38AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38AD0

Black with #D38AD0

Text Example


Text Example

White with #D38AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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