Html Css Color HEX #D675BC Orchid

📋 copy color: '#D675BC'

red 214 ◦ green 117 ◦ blue 188

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

Shades of Orchid #D675BC

Tints of Orchid #D675BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.22%

R = 41.23%
G = 22.54%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D675BC (or 0xD675BC) is known color: Orchid. HEX triplet: D6, 75 and BC. RGB value is (214,117,188). Sum of RGB (Red+Green+Blue) = 214+117+188=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D675BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675BC is #298A43. Grayscale: #999999. Windows color (decimal): -2722372 or 12350934. OLE color: 12350934.

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

Color convert

RGB 214 117 188 -
CMYK 0 0.45 0.12 0.16
HSL 316.08º 0.54% 0.65% -
HSV(B) 316.08º 0.45% 0.84% -
XYZ 43.17 30.65 51.22 -
YUV 154.1 147.14 170.73 -
System Red Green Blue C M Y K H S L
Decimal 214 117 188 0 0.45 0.12 0.16 316.08 0.54 0.65
Hex D6 75 BC 0 2D C 10 13C 36 41
Octal 326 165 274 0 55 14 20 474 66 101
Binary 11010110 1110101 10111100 0 101101 1100 10000 100111100 110110 1000001

Color Harmonies of #D675BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675BC

Black with #D675BC

Text Example


Text Example

White with #D675BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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