Html Css Color HEX #D079CC Orchid

📋 copy color: '#D079CC'

red 208 ◦ green 121 ◦ blue 204

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

Shades of Orchid #D079CC

Tints of Orchid #D079CC

RGB

 RED value IS 208 (81.64% from 255) = 39.02%

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

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 39.02%
G = 22.7%
B = 38.27%

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

#D079CC (or 0xD079CC) is known color: Orchid. HEX triplet: D0, 79 and CC. RGB value is (208,121,204). Sum of RGB (Red+Green+Blue) = 208+121+204=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D079CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079CC is #2F8633. Grayscale: #9C9C9C. Windows color (decimal): -3114548 or 13400528. OLE color: 13400528.

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

Color convert

RGB 208 121 204 -
CMYK 0 0.42 0.02 0.18
HSL 302.76º 0.48% 0.65% -
HSV(B) 302.76º 0.42% 0.82% -
XYZ 43.75 31.44 60.89 -
YUV 156.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 208 121 204 0 0.42 0.02 0.18 302.76 0.48 0.65
Hex D0 79 CC 0 2A 2 12 12F 30 41
Octal 320 171 314 0 52 2 22 457 60 101
Binary 11010000 1111001 11001100 0 101010 10 10010 100101111 110000 1000001

Color Harmonies of #D079CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D079CC

Black with #D079CC

Text Example


Text Example

White with #D079CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D079CC; }

 p { color: rgb(208,121,204); }

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

background-color css

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

 a { background-color: rgb(208,121,204); }

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

border-color css

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

 span { border-color: rgb(208,121,204); }

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