Html Css Color HEX #D674CF Orchid

📋 copy color: '#D674CF'

red 214 ◦ green 116 ◦ blue 207

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

Shades of Orchid #D674CF

Tints of Orchid #D674CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.55%

R = 39.85%
G = 21.6%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D674CF (or 0xD674CF) is known color: Orchid. HEX triplet: D6, 74 and CF. RGB value is (214,116,207). Sum of RGB (Red+Green+Blue) = 214+116+207=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D674CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674CF is #298B30. Grayscale: #9B9B9B. Windows color (decimal): -2722609 or 13595862. OLE color: 13595862.

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

Color convert

RGB 214 116 207 -
CMYK 0 0.46 0.03 0.16
HSL 304.29º 0.54% 0.65% -
HSV(B) 304.29º 0.46% 0.84% -
XYZ 45.24 31.29 62.69 -
YUV 155.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 214 116 207 0 0.46 0.03 0.16 304.29 0.54 0.65
Hex D6 74 CF 0 2E 3 10 130 36 41
Octal 326 164 317 0 56 3 20 460 66 101
Binary 11010110 1110100 11001111 0 101110 11 10000 100110000 110110 1000001

Color Harmonies of #D674CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674CF

Black with #D674CF

Text Example


Text Example

White with #D674CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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