Html Css Color HEX #D36CB4 Orchid

📋 copy color: '#D36CB4'

red 211 ◦ green 108 ◦ blue 180

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

Shades of Orchid #D36CB4

Tints of Orchid #D36CB4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.64%

 BLUE value IS 180 (70.7% from 255) = 36.07%

R = 42.28%
G = 21.64%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D36CB4 (or 0xD36CB4) is known color: Orchid. HEX triplet: D3, 6C and B4. RGB value is (211,108,180). Sum of RGB (Red+Green+Blue) = 211+108+180=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D36CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36CB4 is #2C934B. Grayscale: #929292. Windows color (decimal): -2921292 or 11824339. OLE color: 11824339.

HSL color Cylindrical-coordinate representation of color #D36CB4: hue angle of 318.06º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36CB4 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 108 180 -
CMYK 0 0.49 0.15 0.17
HSL 318.06º 0.54% 0.63% -
HSV(B) 318.06º 0.49% 0.83% -
XYZ 40.46 27.87 46.43 -
YUV 147.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 211 108 180 0 0.49 0.15 0.17 318.06 0.54 0.63
Hex D3 6C B4 0 31 F 11 13E 36 3F
Octal 323 154 264 0 61 17 21 476 66 77
Binary 11010011 1101100 10110100 0 110001 1111 10001 100111110 110110 111111

Color Harmonies of #D36CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36CB4

Black with #D36CB4

Text Example


Text Example

White with #D36CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36CB4; }

 p { color: rgb(211,108,180); }

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

background-color css

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

 a { background-color: rgb(211,108,180); }

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

border-color css

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

 span { border-color: rgb(211,108,180); }

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