Html Css Color HEX #D378CE Orchid

📋 copy color: '#D378CE'

red 211 ◦ green 120 ◦ blue 206

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

Shades of Orchid #D378CE

Tints of Orchid #D378CE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.35%

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 39.29%
G = 22.35%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D378CE (or 0xD378CE) is known color: Orchid. HEX triplet: D3, 78 and CE. RGB value is (211,120,206). Sum of RGB (Red+Green+Blue) = 211+120+206=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D378CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D378CE is #2C8731. Grayscale: #9C9C9C. Windows color (decimal): -2918194 or 13531347. OLE color: 13531347.

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

Color convert

RGB 211 120 206 -
CMYK 0 0.43 0.02 0.17
HSL 303.3º 0.51% 0.65% -
HSV(B) 303.3º 0.43% 0.83% -
XYZ 44.72 31.74 62.16 -
YUV 157.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 211 120 206 0 0.43 0.02 0.17 303.3 0.51 0.65
Hex D3 78 CE 0 2B 2 11 12F 33 41
Octal 323 170 316 0 53 2 21 457 63 101
Binary 11010011 1111000 11001110 0 101011 10 10001 100101111 110011 1000001

Color Harmonies of #D378CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D378CE

Black with #D378CE

Text Example


Text Example

White with #D378CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D378CE; }

 p { color: rgb(211,120,206); }

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

background-color css

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

 a { background-color: rgb(211,120,206); }

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

border-color css

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

 span { border-color: rgb(211,120,206); }

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