Html Css Color HEX #D669BA Orchid

📋 copy color: '#D669BA'

red 214 ◦ green 105 ◦ blue 186

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

Shades of Orchid #D669BA

Tints of Orchid #D669BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.83%

R = 42.38%
G = 20.79%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D669BA (or 0xD669BA) is known color: Orchid. HEX triplet: D6, 69 and BA. RGB value is (214,105,186). Sum of RGB (Red+Green+Blue) = 214+105+186=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D669BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669BA is #299645. Grayscale: #929292. Windows color (decimal): -2725446 or 12216790. OLE color: 12216790.

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

Color convert

RGB 214 105 186 -
CMYK 0 0.51 0.13 0.16
HSL 315.41º 0.57% 0.63% -
HSV(B) 315.41º 0.51% 0.84% -
XYZ 41.65 27.94 49.65 -
YUV 146.83 150.11 175.91 -
System Red Green Blue C M Y K H S L
Decimal 214 105 186 0 0.51 0.13 0.16 315.41 0.57 0.63
Hex D6 69 BA 0 33 D 10 13B 39 3F
Octal 326 151 272 0 63 15 20 473 71 77
Binary 11010110 1101001 10111010 0 110011 1101 10000 100111011 111001 111111

Color Harmonies of #D669BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669BA

Black with #D669BA

Text Example


Text Example

White with #D669BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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