Html Css Color HEX #D278E0 Orchid

📋 copy color: '#D278E0'

red 210 ◦ green 120 ◦ blue 224

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

Shades of Orchid #D278E0

Tints of Orchid #D278E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.43%

R = 37.91%
G = 21.66%
B = 40.43%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D278E0 (or 0xD278E0) is known color: Orchid. HEX triplet: D2, 78 and E0. RGB value is (210,120,224). Sum of RGB (Red+Green+Blue) = 210+120+224=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #D278E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278E0 is #2D871F. Grayscale: #9E9E9E. Windows color (decimal): -2983712 or 14710994. OLE color: 14710994.

HSL color Cylindrical-coordinate representation of color #D278E0: hue angle of 291.92º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D278E0 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 120 224 -
CMYK 0.06 0.46 0 0.12
HSL 291.92º 0.63% 0.67% -
HSV(B) 291.92º 0.46% 0.88% -
XYZ 46.75 32.52 74.33 -
YUV 158.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 210 120 224 0.06 0.46 0 0.12 291.92 0.63 0.67
Hex D2 78 E0 6 2E 0 C 124 3F 43
Octal 322 170 340 6 56 0 14 444 77 103
Binary 11010010 1111000 11100000 110 101110 0 1100 100100100 111111 1000011

Color Harmonies of #D278E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D278E0

Black with #D278E0

Text Example


Text Example

White with #D278E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D278E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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