Html Css Color HEX #D169CC Orchid

📋 copy color: '#D169CC'

red 209 ◦ green 105 ◦ blue 204

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

Shades of Orchid #D169CC

Tints of Orchid #D169CC

RGB

 RED value IS 209 (82.03% from 255) = 40.35%

 GREEN value IS 105 (41.41% from 255) = 20.27%

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

R = 40.35%
G = 20.27%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D169CC (or 0xD169CC) is known color: Orchid. HEX triplet: D1, 69 and CC. RGB value is (209,105,204). Sum of RGB (Red+Green+Blue) = 209+105+204=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D169CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169CC is #2E9633. Grayscale: #939393. Windows color (decimal): -3053108 or 13396433. OLE color: 13396433.

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

Color convert

RGB 209 105 204 -
CMYK 0 0.50 0.02 0.18
HSL 302.88º 0.53% 0.62% -
HSV(B) 302.88º 0.5% 0.82% -
XYZ 42.25 28.02 60.31 -
YUV 147.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 209 105 204 0 0.50 0.02 0.18 302.88 0.53 0.62
Hex D1 69 CC 0 32 2 12 12F 35 3E
Octal 321 151 314 0 62 2 22 457 65 76
Binary 11010001 1101001 11001100 0 110010 10 10010 100101111 110101 111110

Color Harmonies of #D169CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D169CC

Black with #D169CC

Text Example


Text Example

White with #D169CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D169CC; }

 p { color: rgb(209,105,204); }

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

background-color css

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

 a { background-color: rgb(209,105,204); }

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

border-color css

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

 span { border-color: rgb(209,105,204); }

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