Html Css Color HEX #D676CA Orchid

📋 copy color: '#D676CA'

red 214 ◦ green 118 ◦ blue 202

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

Shades of Orchid #D676CA

Tints of Orchid #D676CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.83%

R = 40.07%
G = 22.1%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D676CA (or 0xD676CA) is known color: Orchid. HEX triplet: D6, 76 and CA. RGB value is (214,118,202). Sum of RGB (Red+Green+Blue) = 214+118+202=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D676CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676CA is #298935. Grayscale: #9C9C9C. Windows color (decimal): -2722102 or 13268694. OLE color: 13268694.

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

Color convert

RGB 214 118 202 -
CMYK 0 0.45 0.06 0.16
HSL 307.5º 0.54% 0.65% -
HSV(B) 307.5º 0.45% 0.84% -
XYZ 44.87 31.52 59.6 -
YUV 156.28 153.8 169.17 -
System Red Green Blue C M Y K H S L
Decimal 214 118 202 0 0.45 0.06 0.16 307.5 0.54 0.65
Hex D6 76 CA 0 2D 6 10 134 36 41
Octal 326 166 312 0 55 6 20 464 66 101
Binary 11010110 1110110 11001010 0 101101 110 10000 100110100 110110 1000001

Color Harmonies of #D676CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676CA

Black with #D676CA

Text Example


Text Example

White with #D676CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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