Html Css Color HEX #D676CB Orchid

📋 copy color: '#D676CB'

red 214 ◦ green 118 ◦ blue 203

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

Shades of Orchid #D676CB

Tints of Orchid #D676CB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.06%

 BLUE value IS 203 (79.69% from 255) = 37.94%

R = 40%
G = 22.06%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D676CB (or 0xD676CB) is known color: Orchid. HEX triplet: D6, 76 and CB. RGB value is (214,118,203). Sum of RGB (Red+Green+Blue) = 214+118+203=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D676CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676CB is #298934. Grayscale: #9C9C9C. Windows color (decimal): -2722101 or 13334230. OLE color: 13334230.

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

Color convert

RGB 214 118 203 -
CMYK 0 0.45 0.05 0.16
HSL 306.88º 0.54% 0.65% -
HSV(B) 306.88º 0.45% 0.84% -
XYZ 44.99 31.56 60.22 -
YUV 156.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 214 118 203 0 0.45 0.05 0.16 306.88 0.54 0.65
Hex D6 76 CB 0 2D 5 10 133 36 41
Octal 326 166 313 0 55 5 20 463 66 101
Binary 11010110 1110110 11001011 0 101101 101 10000 100110011 110110 1000001

Color Harmonies of #D676CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676CB

Black with #D676CB

Text Example


Text Example

White with #D676CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676CB; }

 p { color: rgb(214,118,203); }

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

background-color css

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

 a { background-color: rgb(214,118,203); }

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

border-color css

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

 span { border-color: rgb(214,118,203); }

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