Html Css Color HEX #D669B7 Orchid

📋 copy color: '#D669B7'

red 214 ◦ green 105 ◦ blue 183

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

Shades of Orchid #D669B7

Tints of Orchid #D669B7

RGB

 RED value IS 214 (83.98% from 255) = 42.63%

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

 BLUE value IS 183 (71.88% from 255) = 36.45%

R = 42.63%
G = 20.92%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D669B7 (or 0xD669B7) is known color: Orchid. HEX triplet: D6, 69 and B7. RGB value is (214,105,183). Sum of RGB (Red+Green+Blue) = 214+105+183=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D669B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669B7 is #299648. Grayscale: #929292. Windows color (decimal): -2725449 or 12020182. OLE color: 12020182.

HSL color Cylindrical-coordinate representation of color #D669B7: hue angle of 317.06º degrees, saturation: 0.57, 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 #D669B7 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 105 183 -
CMYK 0 0.51 0.14 0.16
HSL 317.06º 0.57% 0.63% -
HSV(B) 317.06º 0.51% 0.84% -
XYZ 41.33 27.82 47.99 -
YUV 146.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 214 105 183 0 0.51 0.14 0.16 317.06 0.57 0.63
Hex D6 69 B7 0 33 E 10 13D 39 3F
Octal 326 151 267 0 63 16 20 475 71 77
Binary 11010110 1101001 10110111 0 110011 1110 10000 100111101 111001 111111

Color Harmonies of #D669B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669B7

Black with #D669B7

Text Example


Text Example

White with #D669B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669B7; }

 p { color: rgb(214,105,183); }

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

background-color css

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

 a { background-color: rgb(214,105,183); }

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

border-color css

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

 span { border-color: rgb(214,105,183); }

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