Html Css Color HEX #D36FDA Orchid

📋 copy color: '#D36FDA'

red 211 ◦ green 111 ◦ blue 218

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

Shades of Orchid #D36FDA

Tints of Orchid #D36FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.56%

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

R = 39.07%
G = 20.56%
B = 40.37%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D36FDA (or 0xD36FDA) is known color: Orchid. HEX triplet: D3, 6F and DA. RGB value is (211,111,218). Sum of RGB (Red+Green+Blue) = 211+111+218=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #D36FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36FDA is #2C9025. Grayscale: #989898. Windows color (decimal): -2920486 or 14315475. OLE color: 14315475.

HSL color Cylindrical-coordinate representation of color #D36FDA: hue angle of 296.07º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36FDA is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 111 218 -
CMYK 0.03 0.49 0 0.15
HSL 296.07º 0.59% 0.65% -
HSV(B) 296.07º 0.49% 0.85% -
XYZ 45.2 30.28 69.79 -
YUV 153.1 164.63 169.3 -
System Red Green Blue C M Y K H S L
Decimal 211 111 218 0.03 0.49 0 0.15 296.07 0.59 0.65
Hex D3 6F DA 3 31 0 F 128 3B 41
Octal 323 157 332 3 61 0 17 450 73 101
Binary 11010011 1101111 11011010 11 110001 0 1111 100101000 111011 1000001

Color Harmonies of #D36FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36FDA

Black with #D36FDA

Text Example


Text Example

White with #D36FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36FDA; }

 p { color: rgb(211,111,218); }

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

background-color css

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

 a { background-color: rgb(211,111,218); }

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

border-color css

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

 span { border-color: rgb(211,111,218); }

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