Html Css Color HEX #D675B9 Orchid

📋 copy color: '#D675B9'

red 214 ◦ green 117 ◦ blue 185

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

Shades of Orchid #D675B9

Tints of Orchid #D675B9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.67%

 BLUE value IS 185 (72.66% from 255) = 35.85%

R = 41.47%
G = 22.67%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D675B9 (or 0xD675B9) is known color: Orchid. HEX triplet: D6, 75 and B9. RGB value is (214,117,185). Sum of RGB (Red+Green+Blue) = 214+117+185=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D675B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675B9 is #298A46. Grayscale: #999999. Windows color (decimal): -2722375 or 12154326. OLE color: 12154326.

HSL color Cylindrical-coordinate representation of color #D675B9: hue angle of 317.94º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D675B9 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 117 185 -
CMYK 0 0.45 0.14 0.16
HSL 317.94º 0.54% 0.65% -
HSV(B) 317.94º 0.45% 0.84% -
XYZ 42.85 30.52 49.53 -
YUV 153.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 214 117 185 0 0.45 0.14 0.16 317.94 0.54 0.65
Hex D6 75 B9 0 2D E 10 13E 36 41
Octal 326 165 271 0 55 16 20 476 66 101
Binary 11010110 1110101 10111001 0 101101 1110 10000 100111110 110110 1000001

Color Harmonies of #D675B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675B9

Black with #D675B9

Text Example


Text Example

White with #D675B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675B9; }

 p { color: rgb(214,117,185); }

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

background-color css

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

 a { background-color: rgb(214,117,185); }

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

border-color css

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

 span { border-color: rgb(214,117,185); }

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