Html Css Color HEX #D36FCB Orchid

📋 copy color: '#D36FCB'

red 211 ◦ green 111 ◦ blue 203

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

Shades of Orchid #D36FCB

Tints of Orchid #D36FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 40.19%
G = 21.14%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D36FCB (or 0xD36FCB) is known color: Orchid. HEX triplet: D3, 6F and CB. RGB value is (211,111,203). Sum of RGB (Red+Green+Blue) = 211+111+203=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D36FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36FCB is #2C9034. Grayscale: #979797. Windows color (decimal): -2920501 or 13332435. OLE color: 13332435.

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

Color convert

RGB 211 111 203 -
CMYK 0 0.47 0.04 0.17
HSL 304.8º 0.53% 0.63% -
HSV(B) 304.8º 0.47% 0.83% -
XYZ 43.33 29.53 59.92 -
YUV 151.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 211 111 203 0 0.47 0.04 0.17 304.8 0.53 0.63
Hex D3 6F CB 0 2F 4 11 131 35 3F
Octal 323 157 313 0 57 4 21 461 65 77
Binary 11010011 1101111 11001011 0 101111 100 10001 100110001 110101 111111

Color Harmonies of #D36FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36FCB

Black with #D36FCB

Text Example


Text Example

White with #D36FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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