Html Css Color HEX #D378CA Orchid

📋 copy color: '#D378CA'

red 211 ◦ green 120 ◦ blue 202

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

Shades of Orchid #D378CA

Tints of Orchid #D378CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.9%

R = 39.59%
G = 22.51%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D378CA (or 0xD378CA) is known color: Orchid. HEX triplet: D3, 78 and CA. RGB value is (211,120,202). Sum of RGB (Red+Green+Blue) = 211+120+202=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D378CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D378CA is #2C8735. Grayscale: #9C9C9C. Windows color (decimal): -2918198 or 13269203. OLE color: 13269203.

HSL color Cylindrical-coordinate representation of color #D378CA: hue angle of 305.93º 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 #D378CA is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 120 202 -
CMYK 0 0.43 0.04 0.17
HSL 305.93º 0.51% 0.65% -
HSV(B) 305.93º 0.43% 0.83% -
XYZ 44.24 31.55 59.63 -
YUV 156.56 153.65 166.83 -
System Red Green Blue C M Y K H S L
Decimal 211 120 202 0 0.43 0.04 0.17 305.93 0.51 0.65
Hex D3 78 CA 0 2B 4 11 132 33 41
Octal 323 170 312 0 53 4 21 462 63 101
Binary 11010011 1111000 11001010 0 101011 100 10001 100110010 110011 1000001

Color Harmonies of #D378CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D378CA

Black with #D378CA

Text Example


Text Example

White with #D378CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D378CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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