Html Css Color HEX #D079CD Orchid

📋 copy color: '#D079CD'

red 208 ◦ green 121 ◦ blue 205

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

Shades of Orchid #D079CD

Tints of Orchid #D079CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 38.95%
G = 22.66%
B = 38.39%

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

#D079CD (or 0xD079CD) is known color: Orchid. HEX triplet: D0, 79 and CD. RGB value is (208,121,205). Sum of RGB (Red+Green+Blue) = 208+121+205=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D079CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079CD is #2F8632. Grayscale: #9C9C9C. Windows color (decimal): -3114547 or 13466064. OLE color: 13466064.

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

Color convert

RGB 208 121 205 -
CMYK 0 0.42 0.01 0.18
HSL 302.07º 0.48% 0.65% -
HSV(B) 302.07º 0.42% 0.82% -
XYZ 43.87 31.49 61.52 -
YUV 156.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 208 121 205 0 0.42 0.01 0.18 302.07 0.48 0.65
Hex D0 79 CD 0 2A 1 12 12E 30 41
Octal 320 171 315 0 52 1 22 456 60 101
Binary 11010000 1111001 11001101 0 101010 1 10010 100101110 110000 1000001

Color Harmonies of #D079CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D079CD

Black with #D079CD

Text Example


Text Example

White with #D079CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D079CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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