Html Css Color HEX #D279D7 Orchid

📋 copy color: '#D279D7'

red 210 ◦ green 121 ◦ blue 215

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

Shades of Orchid #D279D7

Tints of Orchid #D279D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.38%

R = 38.46%
G = 22.16%
B = 39.38%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D279D7 (or 0xD279D7) is known color: Orchid. HEX triplet: D2, 79 and D7. RGB value is (210,121,215). Sum of RGB (Red+Green+Blue) = 210+121+215=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 215 - color contains mainly: blue. Hex color #D279D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279D7 is #2D8628. Grayscale: #9E9E9E. Windows color (decimal): -2983465 or 14121426. OLE color: 14121426.

HSL color Cylindrical-coordinate representation of color #D279D7: hue angle of 296.81º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D279D7 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 121 215 -
CMYK 0.02 0.44 0 0.16
HSL 296.81º 0.54% 0.66% -
HSV(B) 296.81º 0.44% 0.84% -
XYZ 45.68 32.28 68.11 -
YUV 158.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 210 121 215 0.02 0.44 0 0.16 296.81 0.54 0.66
Hex D2 79 D7 2 2C 0 10 129 36 42
Octal 322 171 327 2 54 0 20 451 66 102
Binary 11010010 1111001 11010111 10 101100 0 10000 100101001 110110 1000010

Color Harmonies of #D279D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D279D7

Black with #D279D7

Text Example


Text Example

White with #D279D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D279D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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