Html Css Color HEX #D279CF Orchid

📋 copy color: '#D279CF'

red 210 ◦ green 121 ◦ blue 207

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

Shades of Orchid #D279CF

Tints of Orchid #D279CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 39.03%
G = 22.49%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D279CF (or 0xD279CF) is known color: Orchid. HEX triplet: D2, 79 and CF. RGB value is (210,121,207). Sum of RGB (Red+Green+Blue) = 210+121+207=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D279CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279CF is #2D8630. Grayscale: #9D9D9D. Windows color (decimal): -2983473 or 13597138. OLE color: 13597138.

HSL color Cylindrical-coordinate representation of color #D279CF: hue angle of 302.02º 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 #D279CF is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 121 207 -
CMYK 0 0.42 0.01 0.18
HSL 302.02º 0.5% 0.65% -
HSV(B) 302.02º 0.42% 0.82% -
XYZ 44.68 31.88 62.83 -
YUV 157.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 210 121 207 0 0.42 0.01 0.18 302.02 0.5 0.65
Hex D2 79 CF 0 2A 1 12 12E 32 41
Octal 322 171 317 0 52 1 22 456 62 101
Binary 11010010 1111001 11001111 0 101010 1 10010 100101110 110010 1000001

Color Harmonies of #D279CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D279CF

Black with #D279CF

Text Example


Text Example

White with #D279CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D279CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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