Html Css Color HEX #D368BC Orchid

📋 copy color: '#D368BC'

red 211 ◦ green 104 ◦ blue 188

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

Shades of Orchid #D368BC

Tints of Orchid #D368BC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.68%

 BLUE value IS 188 (73.83% from 255) = 37.38%

R = 41.95%
G = 20.68%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D368BC (or 0xD368BC) is known color: Orchid. HEX triplet: D3, 68 and BC. RGB value is (211,104,188). Sum of RGB (Red+Green+Blue) = 211+104+188=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D368BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D368BC is #2C9743. Grayscale: #919191. Windows color (decimal): -2922308 or 12347603. OLE color: 12347603.

HSL color Cylindrical-coordinate representation of color #D368BC: hue angle of 312.9º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D368BC is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 104 188 -
CMYK 0 0.51 0.11 0.17
HSL 312.9º 0.55% 0.62% -
HSV(B) 312.9º 0.51% 0.83% -
XYZ 40.89 27.38 50.71 -
YUV 145.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 211 104 188 0 0.51 0.11 0.17 312.9 0.55 0.62
Hex D3 68 BC 0 33 B 11 139 37 3E
Octal 323 150 274 0 63 13 21 471 67 76
Binary 11010011 1101000 10111100 0 110011 1011 10001 100111001 110111 111110

Color Harmonies of #D368BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D368BC

Black with #D368BC

Text Example


Text Example

White with #D368BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D368BC; }

 p { color: rgb(211,104,188); }

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

background-color css

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

 a { background-color: rgb(211,104,188); }

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

border-color css

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

 span { border-color: rgb(211,104,188); }

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