Html Css Color HEX #D674C5 Orchid

📋 copy color: '#D674C5'

red 214 ◦ green 116 ◦ blue 197

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

Shades of Orchid #D674C5

Tints of Orchid #D674C5

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.01%

 BLUE value IS 197 (77.34% from 255) = 37.38%

R = 40.61%
G = 22.01%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D674C5 (or 0xD674C5) is known color: Orchid. HEX triplet: D6, 74 and C5. RGB value is (214,116,197). Sum of RGB (Red+Green+Blue) = 214+116+197=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D674C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674C5 is #298B3A. Grayscale: #9A9A9A. Windows color (decimal): -2722619 or 12940502. OLE color: 12940502.

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

Color convert

RGB 214 116 197 -
CMYK 0 0.46 0.08 0.16
HSL 310.41º 0.54% 0.65% -
HSV(B) 310.41º 0.46% 0.84% -
XYZ 44.05 30.82 56.45 -
YUV 154.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 214 116 197 0 0.46 0.08 0.16 310.41 0.54 0.65
Hex D6 74 C5 0 2E 8 10 136 36 41
Octal 326 164 305 0 56 10 20 466 66 101
Binary 11010110 1110100 11000101 0 101110 1000 10000 100110110 110110 1000001

Color Harmonies of #D674C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674C5

Black with #D674C5

Text Example


Text Example

White with #D674C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674C5; }

 p { color: rgb(214,116,197); }

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

background-color css

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

 a { background-color: rgb(214,116,197); }

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

border-color css

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

 span { border-color: rgb(214,116,197); }

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