Html Css Color HEX #D36ADF Orchid

📋 copy color: '#D36ADF'

red 211 ◦ green 106 ◦ blue 223

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

Shades of Orchid #D36ADF

Tints of Orchid #D36ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.63%

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 39.07%
G = 19.63%
B = 41.3%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D36ADF (or 0xD36ADF) is known color: Orchid. HEX triplet: D3, 6A and DF. RGB value is (211,106,223). Sum of RGB (Red+Green+Blue) = 211+106+223=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #D36ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ADF is #2C9520. Grayscale: #969696. Windows color (decimal): -2921761 or 14641875. OLE color: 14641875.

HSL color Cylindrical-coordinate representation of color #D36ADF: hue angle of 293.85º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36ADF is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 106 223 -
CMYK 0.05 0.52 0 0.13
HSL 293.85º 0.65% 0.65% -
HSV(B) 293.85º 0.52% 0.87% -
XYZ 45.34 29.48 73.11 -
YUV 150.73 168.79 170.99 -
System Red Green Blue C M Y K H S L
Decimal 211 106 223 0.05 0.52 0 0.13 293.85 0.65 0.65
Hex D3 6A DF 5 34 0 D 126 41 41
Octal 323 152 337 5 64 0 15 446 101 101
Binary 11010011 1101010 11011111 101 110100 0 1101 100100110 1000001 1000001

Color Harmonies of #D36ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36ADF

Black with #D36ADF

Text Example


Text Example

White with #D36ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36ADF; }

 p { color: rgb(211,106,223); }

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

background-color css

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

 a { background-color: rgb(211,106,223); }

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

border-color css

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

 span { border-color: rgb(211,106,223); }

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