Html Css Color HEX #D674DA Orchid

📋 copy color: '#D674DA'

red 214 ◦ green 116 ◦ blue 218

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

Shades of Orchid #D674DA

Tints of Orchid #D674DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.78%

R = 39.05%
G = 21.17%
B = 39.78%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D674DA (or 0xD674DA) is known color: Orchid. HEX triplet: D6, 74 and DA. RGB value is (214,116,218). Sum of RGB (Red+Green+Blue) = 214+116+218=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #D674DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674DA is #298B25. Grayscale: #9C9C9C. Windows color (decimal): -2722598 or 14316758. OLE color: 14316758.

HSL color Cylindrical-coordinate representation of color #D674DA: hue angle of 297.65º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D674DA is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 116 218 -
CMYK 0.02 0.47 0 0.15
HSL 297.65º 0.58% 0.65% -
HSV(B) 297.65º 0.47% 0.85% -
XYZ 46.63 31.85 70.02 -
YUV 156.93 162.47 168.71 -
System Red Green Blue C M Y K H S L
Decimal 214 116 218 0.02 0.47 0 0.15 297.65 0.58 0.65
Hex D6 74 DA 2 2F 0 F 12A 3A 41
Octal 326 164 332 2 57 0 17 452 72 101
Binary 11010110 1110100 11011010 10 101111 0 1111 100101010 111010 1000001

Color Harmonies of #D674DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674DA

Black with #D674DA

Text Example


Text Example

White with #D674DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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