Html Css Color HEX #D278E1 Orchid

📋 copy color: '#D278E1'

red 210 ◦ green 120 ◦ blue 225

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

Shades of Orchid #D278E1

Tints of Orchid #D278E1

RGB

 RED value IS 210 (82.42% from 255) = 37.84%

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

 BLUE value IS 225 (88.28% from 255) = 40.54%

R = 37.84%
G = 21.62%
B = 40.54%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D278E1 (or 0xD278E1) is known color: Orchid. HEX triplet: D2, 78 and E1. RGB value is (210,120,225). Sum of RGB (Red+Green+Blue) = 210+120+225=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #D278E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278E1 is #2D871E. Grayscale: #9E9E9E. Windows color (decimal): -2983711 or 14776530. OLE color: 14776530.

HSL color Cylindrical-coordinate representation of color #D278E1: hue angle of 291.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D278E1 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 120 225 -
CMYK 0.07 0.47 0 0.12
HSL 291.43º 0.64% 0.68% -
HSV(B) 291.43º 0.47% 0.88% -
XYZ 46.89 32.57 75.05 -
YUV 158.88 165.32 164.46 -
System Red Green Blue C M Y K H S L
Decimal 210 120 225 0.07 0.47 0 0.12 291.43 0.64 0.68
Hex D2 78 E1 7 2F 0 C 123 40 44
Octal 322 170 341 7 57 0 14 443 100 104
Binary 11010010 1111000 11100001 111 101111 0 1100 100100011 1000000 1000100

Color Harmonies of #D278E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D278E1

Black with #D278E1

Text Example


Text Example

White with #D278E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D278E1; }

 p { color: rgb(210,120,225); }

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

background-color css

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

 a { background-color: rgb(210,120,225); }

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

border-color css

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

 span { border-color: rgb(210,120,225); }

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