Html Css Color HEX #D279E5 Orchid

📋 copy color: '#D279E5'

red 210 ◦ green 121 ◦ blue 229

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

Shades of Orchid #D279E5

Tints of Orchid #D279E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.89%

R = 37.5%
G = 21.61%
B = 40.89%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D279E5 (or 0xD279E5) is known color: Orchid. HEX triplet: D2, 79 and E5. RGB value is (210,121,229). Sum of RGB (Red+Green+Blue) = 210+121+229=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 121 (47.66% from 255 or 21.61% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #D279E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279E5 is #2D861A. Grayscale: #9F9F9F. Windows color (decimal): -2983451 or 15038930. OLE color: 15038930.

HSL color Cylindrical-coordinate representation of color #D279E5: hue angle of 289.44º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D279E5 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 121 229 -
CMYK 0.08 0.47 0 0.10
HSL 289.44º 0.68% 0.69% -
HSV(B) 289.44º 0.47% 0.9% -
XYZ 47.56 33.03 78 -
YUV 159.92 166.99 163.72 -
System Red Green Blue C M Y K H S L
Decimal 210 121 229 0.08 0.47 0 0.10 289.44 0.68 0.69
Hex D2 79 E5 8 2F 0 A 121 44 45
Octal 322 171 345 10 57 0 12 441 104 105
Binary 11010010 1111001 11100101 1000 101111 0 1010 100100001 1000100 1000101

Color Harmonies of #D279E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D279E5

Black with #D279E5

Text Example


Text Example

White with #D279E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D279E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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