Html Css Color HEX #D674C3 Orchid

📋 copy color: '#D674C3'

red 214 ◦ green 116 ◦ blue 195

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

Shades of Orchid #D674C3

Tints of Orchid #D674C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.14%

R = 40.76%
G = 22.1%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D674C3 (or 0xD674C3) is known color: Orchid. HEX triplet: D6, 74 and C3. RGB value is (214,116,195). Sum of RGB (Red+Green+Blue) = 214+116+195=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D674C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674C3 is #298B3C. Grayscale: #9A9A9A. Windows color (decimal): -2722621 or 12809430. OLE color: 12809430.

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

Color convert

RGB 214 116 195 -
CMYK 0 0.46 0.09 0.16
HSL 311.63º 0.54% 0.65% -
HSV(B) 311.63º 0.46% 0.84% -
XYZ 43.83 30.73 55.25 -
YUV 154.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 214 116 195 0 0.46 0.09 0.16 311.63 0.54 0.65
Hex D6 74 C3 0 2E 9 10 138 36 41
Octal 326 164 303 0 56 11 20 470 66 101
Binary 11010110 1110100 11000011 0 101110 1001 10000 100111000 110110 1000001

Color Harmonies of #D674C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674C3

Black with #D674C3

Text Example


Text Example

White with #D674C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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