Html Css Color HEX #D279CE Orchid

📋 copy color: '#D279CE'

red 210 ◦ green 121 ◦ blue 206

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

Shades of Orchid #D279CE

Tints of Orchid #D279CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 39.11%
G = 22.53%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D279CE (or 0xD279CE) is known color: Orchid. HEX triplet: D2, 79 and CE. RGB value is (210,121,206). Sum of RGB (Red+Green+Blue) = 210+121+206=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D279CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279CE is #2D8631. Grayscale: #9D9D9D. Windows color (decimal): -2983474 or 13531602. OLE color: 13531602.

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

Color convert

RGB 210 121 206 -
CMYK 0 0.42 0.02 0.18
HSL 302.7º 0.5% 0.65% -
HSV(B) 302.7º 0.42% 0.82% -
XYZ 44.56 31.83 62.19 -
YUV 157.3 155.49 165.59 -
System Red Green Blue C M Y K H S L
Decimal 210 121 206 0 0.42 0.02 0.18 302.7 0.5 0.65
Hex D2 79 CE 0 2A 2 12 12F 32 41
Octal 322 171 316 0 52 2 22 457 62 101
Binary 11010010 1111001 11001110 0 101010 10 10010 100101111 110010 1000001

Color Harmonies of #D279CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D279CE

Black with #D279CE

Text Example


Text Example

White with #D279CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D279CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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