Html Css Color HEX #D769C6 Orchid

📋 copy color: '#D769C6'

red 215 ◦ green 105 ◦ blue 198

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

Shades of Orchid #D769C6

Tints of Orchid #D769C6

RGB

 RED value IS 215 (84.38% from 255) = 41.51%

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

 BLUE value IS 198 (77.73% from 255) = 38.22%

R = 41.51%
G = 20.27%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D769C6 (or 0xD769C6) is known color: Orchid. HEX triplet: D7, 69 and C6. RGB value is (215,105,198). Sum of RGB (Red+Green+Blue) = 215+105+198=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D769C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D769C6 is #289639. Grayscale: #949494. Windows color (decimal): -2659898 or 13003223. OLE color: 13003223.

HSL color Cylindrical-coordinate representation of color #D769C6: hue angle of 309.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D769C6 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 105 198 -
CMYK 0 0.51 0.08 0.16
HSL 309.27º 0.58% 0.63% -
HSV(B) 309.27º 0.51% 0.84% -
XYZ 43.27 28.63 56.67 -
YUV 148.49 155.94 175.44 -
System Red Green Blue C M Y K H S L
Decimal 215 105 198 0 0.51 0.08 0.16 309.27 0.58 0.63
Hex D7 69 C6 0 33 8 10 135 3A 3F
Octal 327 151 306 0 63 10 20 465 72 77
Binary 11010111 1101001 11000110 0 110011 1000 10000 100110101 111010 111111

Color Harmonies of #D769C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D769C6

Black with #D769C6

Text Example


Text Example

White with #D769C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D769C6; }

 p { color: rgb(215,105,198); }

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

background-color css

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

 a { background-color: rgb(215,105,198); }

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

border-color css

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

 span { border-color: rgb(215,105,198); }

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