Html Css Color HEX #D469BA Orchid

📋 copy color: '#D469BA'

red 212 ◦ green 105 ◦ blue 186

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

Shades of Orchid #D469BA

Tints of Orchid #D469BA

RGB

 RED value IS 212 (83.2% from 255) = 42.15%

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

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

R = 42.15%
G = 20.87%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D469BA (or 0xD469BA) is known color: Orchid. HEX triplet: D4, 69 and BA. RGB value is (212,105,186). Sum of RGB (Red+Green+Blue) = 212+105+186=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D469BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469BA is #2B9645. Grayscale: #929292. Windows color (decimal): -2856518 or 12216788. OLE color: 12216788.

HSL color Cylindrical-coordinate representation of color #D469BA: hue angle of 314.58º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D469BA is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 105 186 -
CMYK 0 0.50 0.12 0.17
HSL 314.58º 0.55% 0.62% -
HSV(B) 314.58º 0.5% 0.83% -
XYZ 41.07 27.65 49.63 -
YUV 146.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 212 105 186 0 0.50 0.12 0.17 314.58 0.55 0.62
Hex D4 69 BA 0 32 C 11 13B 37 3E
Octal 324 151 272 0 62 14 21 473 67 76
Binary 11010100 1101001 10111010 0 110010 1100 10001 100111011 110111 111110

Color Harmonies of #D469BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469BA

Black with #D469BA

Text Example


Text Example

White with #D469BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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