Html Css Color HEX #D468BA Orchid

📋 copy color: '#D468BA'

red 212 ◦ green 104 ◦ blue 186

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

Shades of Orchid #D468BA

Tints of Orchid #D468BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.72%

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

R = 42.23%
G = 20.72%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D468BA (or 0xD468BA) is known color: Orchid. HEX triplet: D4, 68 and BA. RGB value is (212,104,186). Sum of RGB (Red+Green+Blue) = 212+104+186=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D468BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D468BA is #2B9745. Grayscale: #919191. Windows color (decimal): -2856774 or 12216532. OLE color: 12216532.

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

Color convert

RGB 212 104 186 -
CMYK 0 0.51 0.12 0.17
HSL 314.44º 0.56% 0.62% -
HSV(B) 314.44º 0.51% 0.83% -
XYZ 40.96 27.44 49.59 -
YUV 145.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 212 104 186 0 0.51 0.12 0.17 314.44 0.56 0.62
Hex D4 68 BA 0 33 C 11 13A 38 3E
Octal 324 150 272 0 63 14 21 472 70 76
Binary 11010100 1101000 10111010 0 110011 1100 10001 100111010 111000 111110

Color Harmonies of #D468BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D468BA

Black with #D468BA

Text Example


Text Example

White with #D468BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D468BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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