Html Css Color HEX #D279D5 Orchid

📋 copy color: '#D279D5'

red 210 ◦ green 121 ◦ blue 213

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

Shades of Orchid #D279D5

Tints of Orchid #D279D5

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.24%

 BLUE value IS 213 (83.59% from 255) = 39.15%

R = 38.6%
G = 22.24%
B = 39.15%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D279D5 (or 0xD279D5) is known color: Orchid. HEX triplet: D2, 79 and D5. RGB value is (210,121,213). Sum of RGB (Red+Green+Blue) = 210+121+213=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #D279D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279D5 is #2D862A. Grayscale: #9D9D9D. Windows color (decimal): -2983467 or 13990354. OLE color: 13990354.

HSL color Cylindrical-coordinate representation of color #D279D5: hue angle of 298.04º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D279D5 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 121 213 -
CMYK 0.01 0.43 0 0.16
HSL 298.04º 0.52% 0.65% -
HSV(B) 298.04º 0.43% 0.84% -
XYZ 45.43 32.18 66.77 -
YUV 158.1 158.99 165.02 -
System Red Green Blue C M Y K H S L
Decimal 210 121 213 0.01 0.43 0 0.16 298.04 0.52 0.65
Hex D2 79 D5 1 2B 0 10 12A 34 41
Octal 322 171 325 1 53 0 20 452 64 101
Binary 11010010 1111001 11010101 1 101011 0 10000 100101010 110100 1000001

Color Harmonies of #D279D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D279D5

Black with #D279D5

Text Example


Text Example

White with #D279D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D279D5; }

 p { color: rgb(210,121,213); }

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

background-color css

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

 a { background-color: rgb(210,121,213); }

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

border-color css

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

 span { border-color: rgb(210,121,213); }

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