Html Css Color HEX #D470BB Orchid

📋 copy color: '#D470BB'

red 212 ◦ green 112 ◦ blue 187

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

Shades of Orchid #D470BB

Tints of Orchid #D470BB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.92%

 BLUE value IS 187 (73.44% from 255) = 36.59%

R = 41.49%
G = 21.92%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D470BB (or 0xD470BB) is known color: Orchid. HEX triplet: D4, 70 and BB. RGB value is (212,112,187). Sum of RGB (Red+Green+Blue) = 212+112+187=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D470BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D470BB is #2B8F44. Grayscale: #969696. Windows color (decimal): -2854725 or 12284116. OLE color: 12284116.

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

Color convert

RGB 212 112 187 -
CMYK 0 0.47 0.12 0.17
HSL 315º 0.54% 0.64% -
HSV(B) 315º 0.47% 0.83% -
XYZ 41.92 29.17 50.44 -
YUV 150.45 148.63 171.9 -
System Red Green Blue C M Y K H S L
Decimal 212 112 187 0 0.47 0.12 0.17 315 0.54 0.64
Hex D4 70 BB 0 2F C 11 13B 36 40
Octal 324 160 273 0 57 14 21 473 66 100
Binary 11010100 1110000 10111011 0 101111 1100 10001 100111011 110110 1000000

Color Harmonies of #D470BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D470BB

Black with #D470BB

Text Example


Text Example

White with #D470BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D470BB; }

 p { color: rgb(212,112,187); }

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

background-color css

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

 a { background-color: rgb(212,112,187); }

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

border-color css

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

 span { border-color: rgb(212,112,187); }

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