Html Css Color HEX #D278C0 Orchid

📋 copy color: '#D278C0'

red 210 ◦ green 120 ◦ blue 192

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

Shades of Orchid #D278C0

Tints of Orchid #D278C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.78%

R = 40.23%
G = 22.99%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D278C0 (or 0xD278C0) is known color: Orchid. HEX triplet: D2, 78 and C0. RGB value is (210,120,192). Sum of RGB (Red+Green+Blue) = 210+120+192=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D278C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278C0 is #2D873F. Grayscale: #9A9A9A. Windows color (decimal): -2983744 or 12613842. OLE color: 12613842.

HSL color Cylindrical-coordinate representation of color #D278C0: hue angle of 312º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D278C0 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 120 192 -
CMYK 0 0.43 0.09 0.18
HSL 312º 0.5% 0.65% -
HSV(B) 312º 0.43% 0.82% -
XYZ 42.81 30.94 53.58 -
YUV 155.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 210 120 192 0 0.43 0.09 0.18 312 0.5 0.65
Hex D2 78 C0 0 2B 9 12 138 32 41
Octal 322 170 300 0 53 11 22 470 62 101
Binary 11010010 1111000 11000000 0 101011 1001 10010 100111000 110010 1000001

Color Harmonies of #D278C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D278C0

Black with #D278C0

Text Example


Text Example

White with #D278C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D278C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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